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