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