initial commit
This commit is contained in:
6
doc/examples/static-template/static/index.html.j2
Normal file
6
doc/examples/static-template/static/index.html.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user