{% extends "base.html" %} {% block content %}

{{ section.title }}

{% if section.ancestors %}

Tags:

{% set tags = get_taxonomy(kind="tags") %} {% endif %}
{% endblock %}