{% extends "base.html" %} {% block content %}
{% csrf_token %}
{% if error_msg %}
{{ error_msg }}
{% endif %} {% endblock %}