{% extends "styleguide2/base.html" %} {% load wagtailcore_tags %} {% block content %} {% include 'styleguide2/includes/organisms/header/simple_header.html' with title=page.title %} {% if page.description %} {{ page.description|richtext }} {% endif %} {% for block in page.content %} {% include_block block %} {% endfor %} {% endblock %}