{% extends "base" %} {% block body %} {{ parent() }} {% endblock %} {% block content_wrapper %} {% block content %}{% endblock %} {% include "zets/links" with { links: page.links } %} {% include "zets/related" with { zets: data.zets, related: page.related, } %} {% include "zets/tags" with { tags: page.tags } %} {% endblock %}