{% extends "styleguide2/base.html" %}
{% load wagtailcore_tags %}
{% block content %}
{% include 'styleguide2/includes/organisms/layout/district/navbar.html' with is_transparent=True %}
{% for block in page.content %}
{% include_block block %}
{% endfor %}
{% endblock %}