{% extends 'layout.html' %} {% block content %} {{ site.name }} {{ site.instance_tagline }} {% include 'discover/icons.html' %} {% if not request.user.is_authenticated %} {% include 'snippets/about.html' %} {% if site.allow_registration %} Join {{ site.name }} {% include 'snippets/register_form.html' %} {% else %} This instance is closed {{ site.registration_closed_text | safe}} {% endif %} {% endif %}
{{ site.registration_closed_text | safe}}