{% extends "layout.html" %} {% block title %}Exception{% endblock %} {% block content %}

Exception: {{name|safe}}

{{msg|safe}}

{{stack|safe}}
{% endblock %}