{# additional classes for the top navbar #} {% set masthead_class = "navbar-light masthead p-0" %} {# site title that shows in the head html element at the end #} {% set site_title = "Pagure.io" %} {% macro head_imports() %} {% endmacro %} {% macro js_imports() %} {% endmacro %} {% macro browseheader_message(select) %} {% if select == 'projects' %}

Welcome to Fedora Pagure

Pagure is an Open Source software code hosting system.

{% endif %} {% endmacro %} {% macro sitewide_message() %} {% if config['APP_URL'] == 'https://stg.pagure.io/' %}
Welcome to the staging environment for pagure.io.
{% endif %} {% endmacro %} {% macro footer() %} {% endmacro %} {% macro about_page() %}

About

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.

{% endmacro %}