specify language in the content

semantically more correct, since the menu is not really/always
translated
This commit is contained in:
boyska 2015-06-25 13:38:23 +02:00
parent d202c0260c
commit abc9dc0e34

View file

@ -28,7 +28,7 @@
{% endblock %}
{% block content %}
<section id="content" class="body">
<section id="content" class="body" lang="{{page.lang}}">
<h1 class="entry-title">{{ page.title }}</h1>
{% import 'includes/translations.html' as translations with context %}
{{ translations.translations_for(page) }}