{# Reusable Article Card Component #}
  • {{ article.title|e }} {% if article.isFeatured %} FEATURED {% endif %}
    {% if article.excerpt %}
    {{ article.excerpt|e }}
    {% endif %}