{% block page_headers %}{% include "page_header.html" %}{% endblock %}
{% include "header.html" %} {# Main body and navigation sidebar. #}
{# TODO Refactor into a React component. #}
{% for menu_item in navigation_menu %}
{{ menu_item.name }}
{% endfor %}
{% assets "bundled_js" %}{% endassets %}