Add docs/ dir

This commit is contained in:
Griatch 2020-04-05 00:02:02 +02:00
parent 6c3a7367ab
commit f5bf1d6545
13 changed files with 439 additions and 0 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 %}