{# -*- coding: utf-8 -*- #} {% import 'post_helper.tmpl' as helper with context %} {% import 'comments_helper.tmpl' as comments with context %} {% macro html_title() %} {% if title and not post.meta('hidetitle') %}
{{ messages("LANGUAGE", langname) }}
{{ messages("Source") }}
{% if author_pages_generated and multiple_authors_per_post %} {% for author in post.authors() %} {{ author|e }} {% endfor %} {% elif author_pages_generated %} {{ post.author()|e }} {% else %} {{ post.author()|e }} {% endif %}
{{ post.formatted_date(date_format)|e }} {% if post.updated and post.updated != post.date %} ({{ messages("updated") }} {{ post.formatted_updated(date_format)|e }}) {% endif %}
{{ comments.comment_link(post.permalink(), post._base_path) }} {% endif %} {{ html_sourcelink() }} {% if post.meta('link') %}
{{ messages("Original site") }}