1
0
Files
angie-conv-image/doc/examples/static-template/static/index.html.j2
2025-06-05 11:01:19 +03:00

6 lines
221 B
Django/Jinja

<html>
<body>
<h1>Hello World</h1>
This image is powered by Angie {% if env.NGX_PRO == '1' %}PRO{% else %}OSS{% endif %} {{ env.ANGIE_VERSION }} and Python {{ env.PYTHON_VERSION }}.
</body>
</html>