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