publishing Paxover to Codeberg
This commit is contained in:
6
templates/error.html.twig
Normal file
6
templates/error.html.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends 'partials/base.html.twig' %}
|
||||
{% set page_title = 'Błąd 404' %}
|
||||
{% block content %}
|
||||
<h2>Błąd 404</h2>
|
||||
<p>Ta strona nie istnieje</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user