{% extends "layout.html" %} {% block title %}{{context.sitename}} - {{post.title}}{% endblock %} {% block author %} {% endblock %} {% block afterstyle %} {% endblock %} {% block container %}

{{post.title}}

Created at:

Tagged in: {% for tag in post.get('tags', []) %} {% endfor %}

{{ post.content }}

{% if post.prev %} {% endif %} {% if post.next %} {% endif %}

{% endblock %}