diff --git a/templates/error.html.twig b/templates/error.html.twig index 1e28fa1..9d6038c 100644 --- a/templates/error.html.twig +++ b/templates/error.html.twig @@ -1,6 +1,11 @@ {% extends 'partials/base.html.twig' %} -{% set page_title = 'Błąd 404' %} + {% block content %} -

Błąd 404

-

Ta strona nie istnieje

+ {% if page.header.left %} +
+ {{ page.content | raw }} +
+ {% else %} + {{ page.content|raw }} + {% endif %} {% endblock %} \ No newline at end of file