{% load i18n %} {% trans 'app_name' %} {% block extra_styles %} {% endblock extra_styles %} {% block extra_scripts %} {% endblock extra_scripts %}
{% if user.is_authenticated %}
{% else %}
{% endif %} {% block content %} {% endblock content %}
{% if OPPIA_GOOGLE_ANALYTICS_ENABLED %} {% endif %}