{% extends "borg/base.html" %} {% load static %} {% block title %}Not Found{% endblock %} {% block script %} {% endblock %} {% block style %} html, body { height: 80%; } body { display: flex; align-items: center; background-color: aliceblue; text-align: center; } {% endblock %} {% block body %}

Page not found!

{% endblock %}