{% extends 'appearance/base.html' %} {% load navigation_tags %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}


{% with 'navigation/large_button_link.html' as link_template %} {% for object_navigation_links in resolved_links %} {% include 'navigation/generic_navigation.html' %} {% endfor %} {% endwith %}
{% endblock %}