summaryrefslogtreecommitdiffstats
path: root/src/pallets_sphinx_themes/themes/pocoo/versions.html
blob: b3a63debb29fdb337d60ba62dc27bc1a424335e9 (plain)
1
2
3
4
5
6
7
8
{% if versions %}
  <h3>Versions</h3>
  <ul class="versions">{% for version in versions %}
    <li><a href="{{ version.href() }}" {% if version.current %}class="current"{% endif %}>
      {{ version.name }}
    </a></li>
  {% endfor %}</ul>
{% endif %}