available translations in page content
This commit is contained in:
parent
92c3364417
commit
1ee89f854f
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
|
||||
{% block content %}
|
||||
<div style="text-align: justify;" class="container content background-image: {{ PAGE_BACKGROUND }}">
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(page) }}
|
||||
{{ page.content }}
|
||||
{% if page.table %}
|
||||
{% block table %}
|
||||
|
|
Loading…
Reference in a new issue