{% extends 'appearance/base.html' %} {% load i18n %} {% load static %} {% load navigation_tags %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% with 'navigation/large_button_link.html' as link_template %} {% for menu_results in resolved_links %} {% with menu_results.links as object_navigation_links %} {% include 'navigation/generic_navigation.html' %} {% endwith %} {% empty %}

{% include 'appearance/no_results.html' %}

{% endfor %} {% endwith %}
{% endblock %} {% block javascript %} {% endblock %}