{% extends "default.html" %} {% block pagetitle %}{{code}} {{title}}{% endblock %} {% block pagetype %}error-{{code}}{% endblock %} {% block content %}
{% if img -%} :#{{img}}: {%- endif %}
{{code}} {{title}}

{{msg|safe}}

{% if details -%}
{{details|safe}}
{%- endif %}
Go to frontpage
{% endblock %}