openshift-simple-app/templates/index.j2

10 lines
130 B
Django/Jinja

<html>
<head>
</head>
<body>
{% for path, help in routes.items() %}
<a href="{{ path }}"> {{ help }}
{% endfor %}
</body>
</html>