python-compute/docs/source/_templates/versioning.html
2023-12-01 01:45:50 +03:00

9 lines
221 B
HTML

{% if versions %}
<h3 style="margin-top: 16px">{{ _('Versions') }}</h3>
<ul>
{%- for item in versions %}
<li><a style="font-size: 120%" href="{{ item.url }}">{{ item.name }}</a></li>
{%- endfor %}
</ul>
{% endif %}