Files
stevenlr.com/templates/404.html
2023-11-01 21:02:09 +01:00

14 lines
194 B
HTML

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