{% with 'navigation/large_button_link.html' as link_template %}
{% with 8 as button_link_columns %}
{% include 'generic_navigation.html' %}
{% endwith %}
{% endwith %}
{% if query_string %}
{% include 'main/generic_list_subtemplate.html' %}
{% endif %}
{% endblock %}