{% for block in page.content %}
{% with forloop.counter0 as iteration %}
{% include_block block %}
{% endwith %}
{% endfor %}
{% extends "styleguide2/base.html" %} {% load wagtailcore_tags %} {% block content %} {% include 'styleguide2/includes/organisms/layout/elections/navbar.html' with selected_item=page.get_menu_title %}