{% load base_taglib %} {# The Homepage requires a special check to accommodate potential URL_CONTEXT #} {% with home_url as this_page %}
Home
{%endwith%} {% url 'psu:test' as this_page %}
Status
{# This demonstrates showing an optional item on small screens only when active #} {% url 'psu:finti' as this_page %}
Finti Console
{# Menus currently do not have an active class/style #}
{% include '_components/header/developer_menu.html' %}