{# -*- coding: utf-8 -*- #} {% macro meta_translations(post) %} {% if translations|length > 1 %} {% for langname in translations.keys() %} {% if langname != lang and post.is_translation_available(langname) %} {% endif %} {% endfor %} {% endif %} {% endmacro %} {% macro html_tags(post) %} {% if post.tags %}
{% endif %} {% endmacro %} {% macro html_pager(post) %} {% if post.prev_post or post.next_post %}