{% extends 'base.html' %} {% load wagtailcore_tags %} {% block content %} {{ self.title }} {% if page.imprint %} {% for block in page.imprint_data %} {% include_block block %} {% endfor %} {% endif %} {% endblock %}