{% meta %} isdir: False parent_tmpl: _empty.html {% endmeta %} {% block content -%} {{ site.url }} {{ site.title }} {% if site.latest_post -%} {{ site.latest_post.mtime|rfc3339 }} {%- endif %} {{ site.author }} cyrax {%- for post in site.posts|batch(5)|first %} {{ post.get_absolute_url() }} {{ post.title|e }} {{ post.updated|default(post.date)|rfc3339 }} {{ post.date|rfc3339 }} {% for tag in post.tags -%} {%- endfor %} {{ post.body|e }} {% endfor %} {%- endblock %}