This commit is contained in:
2023-11-01 21:02:09 +01:00
parent ef15a6ec8f
commit 6d3b873928
15 changed files with 253 additions and 43 deletions

13
templates/404.html Normal file
View File

@ -0,0 +1,13 @@
{% extends "base.html" %}
{% block title %}
{{ config.title }}
{% endblock %}
{% block content %}
<div class="article-header">
<h1>Page not found</h1>
</div>
{% endblock %}