{{post.title}}
{{post.datetime.strftime("%Y-%m-%d")}}
{{post.html}}
{% if post.prev %}
{{post.prev.title}}
{% endif %}
{% if post.next %}
{{post.next.title}}
{% endif %}
Ð
{% endblock %}