{% extends base_template %} {% load i18n %} {% block content %}

{% translate 'Home' %}

{% blocktrans %}

Welcome to Django Silly Auth :)

You should not see this page in production.

Please change this index in your project. {% endblocktrans %} (settings.SILLY_AUTH["CLASSIC_INDEX"])

{% endblock content %}