{# class for the navbar in the top header #} {# controls the color of text in the top right menus #} {% set masthead_nav_class = "navbar-light" %} {# additional class for the masthead element #} {% set masthead_class = "" %} {# site title that shows in the head html element at the end #} {% set site_title = "src.fedoraproject.org" %} {% macro head_imports() %} {% endmacro %} {% macro js_imports() %} {% endmacro %} {% macro footer() %} {% endmacro %}