mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
6 lines
106 B
HTML
6 lines
106 B
HTML
<ul>
|
|
{% for entry in archive %}
|
|
<li><a href="{{entry.dst}}">{{entry.title}}</a></li>
|
|
{% endfor %}
|
|
</ul>
|