1 2 3 4 5
{% extends "default.html" %} {% block content %} <h1>Error</h1> <h2>{{ page.code }} - {{ page.error }}</h2> {% endblock %}