python-compute/docs/source/_templates/versioning.html

9 lines
172 B
HTML
Raw Normal View History

2023-11-06 12:52:19 +03:00
{% if versions %}
<h3>{{ _('Versions') }}</h3>
<ul>
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
{%- endfor %}
</ul>
{% endif %}