{% extends "__builtins/base.html" %} {% import "__builtins/macros.html" as macros %} {% block main %}
{% if tags %} {{ macros::tag_links(tags = tags, slice_size = 10) }} {% endif %}
{% if prev %} {% endif %} {% if next %} {% endif %}
{% endblock %}