{% macro post_link(page) %}
{% set translations = page.translations | filter(attribute="lang", value=lang) %} {% if translations %} {% set post = get_page(path = translations.0.path) %} {% else %} {% set post = page %} {% set not_translated = true %} {% endif %}

{{ post.title }}

{{ post.summary | safe}} read more ยป {% if lang and not_translated %} {% endif %}
{% endmacro post_link %} {% macro utterances() %} {% endmacro utterances %} {% macro toc(toc) %}
Table of Contents
{% endmacro toc %}