{% macro list_posts(posts, max) %}
{{ post.description | striptags | safe }}
{{ post.summary | striptags | safe | trim_end_matches(pat=".") }}…