Versioning init

This commit is contained in:
kn0wmad
2021-09-14 17:04:13 -06:00
committed by Lucy Cifferello
parent 94fc0d3f56
commit 836b4aaedc
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{% if versions %}
<h3>{{ _('Versions') }}</h3>
<ul>
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
{%- endfor %}
</ul>
{% endif %}