{% macro post_card(post) %} {{ post.title | safe }} date published: {{ post.date_published | safe }} {% if post.date_modified %} last modified: {{ post.date_modified | safe }} {% endif %} {{ post.summary }} {% endmacro post_card %} {% macro project_card(project) %}
{{ post.summary }}
{{ project.summary | safe }}