This commit is contained in:
Alexandre Vicenzi 2017-04-22 20:16:33 -03:00
parent 1802e84241
commit 46fe5918cd
11 changed files with 701 additions and 2684 deletions

View file

@ -13,8 +13,10 @@
{% block content %}
<article class="single">
<header>
{% import 'partial/translations.html' as translations with context %}
{{ translations.translations_for(article) }}
{% if not ARTICLE_HIDE_TRANSLATION %}
{% import 'partial/translations.html' as translations with context %}
{{ translations.translations_for(article) }}
{% endif %}
<h1 id="{{ article.slug }}">{{ article.title }}</h1>
<p>
{{ _('Posted on %(when)s in %(category)s',