Translation menu in top-right

This commit is contained in:
Marc-Antoine Parent 2016-11-19 09:46:04 -05:00
parent a6f12ec781
commit 282360a856
5 changed files with 24 additions and 1 deletions

View file

@ -5,6 +5,8 @@
{% block content %}
<article class="single">
<header>
{% import 'partial/translations.html' as translations with context %}
{{ translations.translations_for(page) }}
<h1 id="{{ page.slug }}">{{ page.title }}</h1>
</header>
<div>