1 2 3 4 5 6 7 8 9
{% extends 'base.html' %} {% block content %} <h1> {{ _('Error!') }}: {{ message }} </h1> {% endblock %}