{% extends 'layout.html' %} {% block content %} <span class="error-page"> <h1>{{error}}</h1> <p>{{msg}}</p> </span> {% endblock %}