{% macro post_card(article) %}

{{ article.post.title }}

{{ article.post.content | striptags | truncate(length=200) }}

By {{ article.author.display_name }} ⋅ {{ article.date | date(format="%B %e") }}

{% endmacro post_card %}