{% extends "base.html" %} {% block title %}Error{% endblock %} {% block body %}
Home


{{ msg }}

{% if cont %}
Continue
{% endif %} {% endblock %}