{% macro postlisting(posts) %}
{{ post.title }}
Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %} on {{ post.date }} |
{% if post.tags %}
{{ post.tags | join(sep=", ") }} | {% endif %}