{% macro render_meta_description(entry) -%} {# An explicit `Description:` metadata wins over the summary Pelican derives from the body. Truncating before escaping keeps a cut from landing inside an entity. #} {% if entry.description %} {% elif entry.summary %} {% endif %} {%- endmacro %} {% macro render_published_date(date, label) -%} {#