{% macro languagePill(lang = "en") %} {{ lang }} {% endmacro %} {% macro excerpt(post) %}

{{ post.data.title }}

{{ post.templateContent | striptags(true) | truncate | safe }}
{% endmacro %}