{% import "post_macros.html" as post_macros %} {{ config.title }} {{ config.base_url | escape_xml | safe }} {{ config.description }} Zola {{ config.default_language }} {{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }} {% for page in pages %} {{ page.title }} | {{ config.title }} {{ page.date | date(format="%a, %d %b %Y %H:%M:%S %z") }} {{ page.permalink | escape_xml | safe }} {{ page.permalink | escape_xml | safe }} {% if page.descrition %} {{post_macros::polish(content=page.description)}} {% else %} {{ post_macros::polish(content=page.description)}} {% endif %} {{ page.content }} {% endfor %}