{% load i18n %} {% trans 'app_name' %} {% block extra_styles %} {% endblock extra_styles %} {% block extra_scripts %} {% endblock extra_scripts %} {% include "includes/header.html" %}
{% block content %} {% endblock content %}
{% include "includes/footer.html" %} {% if OPPIA_GOOGLE_ANALYTICS_ENABLED %} {% endif %}