{% macro list(post_items,excludes=[]) %} {% for p in post_items if p.path not in excludes %}
{% autoescape false %} {{ p.excerpt }} {% endautoescape %}
{{ gettext('Learn more') }}
{{ p.summary }}