{% extends "styleguide2/simple_page.html" %} {% load wagtailcore_tags %} {% block navbar %} {% include 'styleguide2/includes/organisms/layout/main/navbar.html' with selected_item=page.get_menu_title %} {% endblock %} {% block inner_content %} {% if page.description %}
{{ page.description|richtext }}
{% endif %}
{% for block in page.content %} {% include_block block %} {% endfor %}
{% endblock %}