{% extends "base.html" %} {% block content %}
{%- if page.extra.part %}

{{ page.extra.part }}

{% endif %}

{{ page.title }}

{%- if page.taxonomies.tags %} {%- endif %}
{{ page.content | safe }}
{% endblock content %}