{{ site_name | default("cmc.pub") }} {{ url_for("index") }} en {{ posts | first | getattr("date") | strftime("%a, %d %b %Y %H:%M:%S %z") }} {{ now() | strftime("%a, %d %b %Y %H:%M:%S %z") }} {{ meta.generator }} {{ site_owner | default("hello@cmc.pub") }} {% for post in posts %} {{ post.title }} {{ url_for("blog", slug=post.slug) }} {{ post.author|default("hello@cmc.pub") }} {{ url_for("blog", slug=post.slug) }} {{ post.date|strftime("%a, %d %b %Y %H:%M:%S %z") }} {% endfor %}