{% extends "styleguide2/simple_page.html" %} {% load wagtailcore_tags %} {% block content %} {% include 'styleguide2/includes/organisms/layout/elections/navbar.html' %} {% include 'styleguide2/includes/organisms/header/elections/simple_header.html' with title=page.title %} {% for block in page.content %} {% include_block block %} {% endfor %} {% endblock %}