{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% block app_content %}
This site is a PieFed instance created on {{instance.created_at.strftime('%d-%m-%Y')}}. It is home to {{user_amount}} users (of which {{mau}} were active in the last month). In {{community_amount}} communities we discussed content from {{domains_amount}} websites and made {{posts_amount}} posts.
This instance is administered by {% for admin in admins %}{{ admin.user_name }}{{ ", " if not loop.last }}{% endfor %}.
{% if staff %}It is moderated by {% for s in staff %}{{ s.user_name }}{{ ", " if not loop.last }}{% endfor %}.
{% endif %}{{ g.site.contact_email | safe }}
{{ g.site.description | safe }}
{% if g.site.about %}{{ g.site.about | safe }}
{% elif g.site.sidebar %}{{ g.site.sidebar | safe }}
{% endif %} {% if g.site.legal_information %}{{ g.site.legal_information | safe }}
{% endif %}