1
0
angie-conv-image/doc/examples/static-template/static/index.html.j2
2024-09-20 01:27:15 +03:00

6 lines
166 B
Django/Jinja

<hmtl>
<body>
<h1>Hello World</h1>
This image is powered by Angie {{ env.ANGIE_VERSION }} and Python {{ env.PYTHON_VERSION }}.
</body>
</hmtl>