ficd.sh/templates/header.html

7 lines
222 B
HTML

<ul>
<!-- TODO: make the template write the site name-->
<li><a class="site-logo" href="/">ficd.sh</a></li>
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}
</ul>