1 {% extends 'base.html' %}
2 {% block content %}
3 {% if error_msg %}
4 {{error_msg}}<br />
5 <a href="/">click here</a> to return to Homepage
6 {% endif %}
7 {% endblock %}