Simple Blog {{ 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 }} web@master (Blog Author) {{ url_for("index") }}media/img/8bitme.png Blog Author {{ url_for("index") }} {% for post in posts %} {{ post.title }} {{ url_for("posts", slug=post.slug) }} {{ post.author|default("author@mail.com (Blog Author)") }} {{ url_for("posts", slug=post.slug) }} {% if post.date is defined %} {{ post.date|strftime("%a, %d %b %Y %H:%M:%S %z") }} {% endif %} {% endfor %}