diff options
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/section.html b/templates/section.html index fed7472..0440afa 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,4 +1,9 @@ {% extends "base.html" %} +{% block language %} +{% set translations = section.translations %} +{% include "translation-links.html" %} +{% endblock language %} + {% block content %} <h1>{{ section.title }}</h1> |