{# 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' %}
Pagure is an Open Source software code hosting system.
Welcome to this pagure instance.
For any issue, wish or security concern, feel free to open a ticket (please ensure the ticket is private if your concern is security-related).
You may contact an administrator by emailing: {{ config['ADMIN_EMAIL'] }} .
Learn more or keep in touch about pagure via our mailing lists:
pagure is a free software licensed under the GNU General Public License (GPL) v2 or any later versions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.