{% macro post_link(page) %}

{{ page.title }}

{{ page.summary | safe}} read more… {% set translations = page.translations | filter(attribute="lang", value=lang) %} {% if translations %}
{% set post = translations.0 %} Community Translation: {{ post.title }}
{% endif %}
{% endmacro post_link %} {% macro utterances() %} {% endmacro utterances %} {% macro toc(toc) %}
Table of Contents
{% endmacro toc %}