{% extends 'base.html' %} {% block content %} {% if error_msg %} {{error_msg}}<br /> <a href="/">click here</a> to return to Homepage {% endif %} {% endblock %}