5 lines
88 B
HTML

{% extends "main.html" %}
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}