{% block header %}
Skip to Main Content
{# Alerts #} {{ include('inc/alerts.html') }} {# Utility Header #} {{ include('inc/utility-header.html') }} {# Branding #} {{ include('inc/branding.html') }} {# Mobile Controls #} {{ include('inc/mobile-controls.html') }}
{# Navigation #} {% include 'inc/navigation.html' with {'github_ref': github_ref } %}
{% endblock header %}