{% extends "base.html" %} {% block title %}Error: {{ message }}{% endblock %} {% block sortstyle %}{% endblock %} {% block content %} <h1 style="text-align: center; font-size: 50px;">{{ message }}</h1> {% endblock %}