{% extends "base" %} {% block body %} {{ parent() }} {% endblock %} {% block content_wrapper %}
{% block content %}{% endblock %}
{% if page.links is not empty %}

Links

{% endif %} {% if page.tags is not empty %}

Tags

{% endif %}
{% endblock %}