Fixed / HTML template

This commit is contained in:
Felipe Martin 2020-03-16 17:02:28 +01:00
parent 25ed8eb24c
commit 8af60cac8c
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
<head>
</head>
<body>
<ul>
{% for path, help in routes.items() %}
<a href="{{ path }}"> {{ help }}
<li><a href="{{ path }}"> {{ help }}</li>
{% endfor %}
</ul>
</body>
</html>