{% extends 'base/skeleton.html' %} {% load static %} {% load i18n %} {% block body %}
{% include 'partials/messages.html' %}
{% if config.login.subtext %}

{{ config.login.subtext }}

{% endif %}
{% endblock %}