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

{{msg|safe}}

{% if details -%}
{{details|safe}}
{%- endif %} {% if title == 'THIS IS AN 18+ WEBSITE' %}
Contact Admins
{% else %}
Go to frontpage
{% endif %}
{% endblock %}