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


{{ msg }}

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