mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
8 lines
177 B
HTML
8 lines
177 B
HTML
{% if versions %}
|
|
<h3>{{ _('Versions') }}</h3>
|
|
<ul>
|
|
{%- for item in versions %}
|
|
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
|
|
{%- endfor %}
|
|
</ul>
|
|
{% endif %} |