{% extends "styleguide2/simple_page.html" %}
{% block navbar %}
{% include 'styleguide2/includes/organisms/layout/district/navbar.html' with selected_item=page.get_menu_title %}
{% endblock %}
{% block inner_content %}
{% include "shared/pdf_snippet.html" with download_link=True %}
{% endblock %}