fix error page
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{% extends 'partials/base.html.twig' %}
|
{% extends 'partials/base.html.twig' %}
|
||||||
{% set page_title = 'Błąd 404' %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Błąd 404</h2>
|
{% if page.header.left %}
|
||||||
<p>Ta strona nie istnieje</p>
|
<div class="left">
|
||||||
|
{{ page.content | raw }}
|
||||||
|
</div>
|
||||||
|
{% else %}
|
||||||
|
{{ page.content|raw }}
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user