{% extends request.current_app_base_template %} {% load i18n %} {% block content %}
{{ sub_title }}
{{ msg | linebreaks }} {% include 'error_extra.html' %}
{{ link_text }}
{% endblock %} {% block extrapiwik %} {% if piwik.dimension_map.page_type %} _paq.push(['setCustomDimension', {{piwik.dimension_map.page_type}}, 'caught error']); {% endif %} {% endblock %}