{{ site.title }}
{{ site.title }}
{{ site.domain }}
{% if posts %}{{ posts[0]['date'].strftime('%Y-%m-%dT%H:%M:%SZ')}}{% endif %}
{% for post in posts %}
{{ post.title }}
{{ post.slug }}
{{ post.date.strftime('%Y-%m-%dT%H:%M:%SZ') }}
{{ post.content }}
{{ site.author }}
{{ site.email }}
{% endfor %}