{% from "macros/translation.html" import transbag %} {% macro render_article_index(article) %} {% set t_click_here_article = transbag('translate', article.alt, 'click_here_full_article') %} {% set t_by = transbag('translate', article.alt, 'by') %} {% set t_by = transbag('translate', article.alt, 'published') %}

{{ article.title }}

{{ t_by }} {{ article.author }}; {{ t_published }} {{ article.pub_date.strftime('%-d %B %Y') }}

{{ article.description }}

{{ t_click_here_article }}
{% endmacro %} {% macro render_article(article) %} {{ article.description }}
{{ t_click_here_article }}
{% endmacro %}