openshift-simple-app/templates/index.j2

12 lines
165 B
Plaintext
Raw Normal View History

2020-03-16 15:46:02 +00:00
<html>
<head>
</head>
<body>
2020-03-16 16:02:28 +00:00
<ul>
{% for path, help in routes.items() %}
<li><a href="{{ path }}">{{ path }}</a>: {{ help }}</li>
{% endfor %}
2020-03-16 16:02:28 +00:00
</ul>
2020-03-16 15:46:02 +00:00
</body>
</html>