{% macro render_post(post) -%}
{% trans "written by" %} {{ post.author.display_name|e }}, on {{ post.pub_date|datetimeformat|e }}.
{% trans "Read on" %}...
{% trans 'Tagged as' %}: {% for tag in post.tags -%} {{ tag.name|e }} {%- if not loop.last %}, {% endif %} {%- else -%} {% trans "nothing" %} {%- endfor %} | {% trans comments=post.comments|count %}{{ comments }} comment{% pluralize %}{{ comments}} comments{% endtrans -%}