Requirements updated and new nunjucks variables

Fixed problems with base paths.
This commit is contained in:
Stephan Hagedorn 2020-04-04 23:56:49 +02:00
parent 8567604ea6
commit b2ea5b01aa
26 changed files with 1404 additions and 1228 deletions

View file

@ -1,4 +1,5 @@
<!-- error-404.page -->
{% set pageBase = "../../" %}
{% set pageId = "404" %}
{% set bodyClass = "body_status" %}