publishing Paxover to Codeberg

This commit is contained in:
2023-01-12 20:00:00 +01:00
commit 690707f090
45 changed files with 1796 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% extends 'partials/base.html.twig' %}
{% set page_title = 'Error 404' %}
{% block content %}
<h2>Error 404</h2>
<p>This page doesn't exist</p>
{% endblock %}