{# additional classes for the top navbar #} {% set masthead_class = "navbar-dark bg-dark p-0" %} {# 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 browseheader_message(select) %} {# message that shows at the top of the browse pages: 'select' is the browse page. It can be either: 'projects', 'users', or 'groups'. #} {% if select == 'projects' %}

Welcome to Pagure

Pagure is an Open Source software code hosting system.

{% endif %} {% endmacro %} {% macro footer() %} {% endmacro %}