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