Kenneth Skovhede bab72c0bba Added custom 404 page
Minor formatting fixes to .yml files
2024-04-30 14:01:41 +02:00

7 lines
109 B
HTML

{% extends "main.html" %}
<!-- Content -->
{% block content %}
<h1>404 - Page not found</h1>
{% endblock %}