{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% block app_content %}

{{ _('About %(site_name)s', site_name=g.site.name) }}

{{g.site.name}} is a pyfedi instance created on {{instance.created_at}}. It is home to {{user_amount}} users, {{community_amount}} communities who discussed {{domains_amount}} domains. This instance is administerred and staffed by $PLACEHOLDER_ADMINS and $PLACEHOLDER_STAFF.

Contact

Placeholder Admin email

About Us

{{g.site.description | safe}}

{{g.site.sidebar}}

{% if g.site.legal_information %}

Legal Information

{{g.site.legal_information}}

Our Privacy Policy

{% endif %}
{% endblock %}