iu-8.x-1.x-dev/templates/parts/header.html.twig
templates/parts/header.html.twig
{#
Fall back to IU Bloomington campus header bar if not otherwise specified
in theme settings.
#}
{% if campus %}
{% include '@iu/parts/header-' ~ campus ~ '.html.twig' %}
{% else %}
{% include '@iu/parts/header-iub.html.twig' %}
{% endif %}
