{{post.title}}
{{post.datetime.strftime("%b %d, %y")}}
{{post.html}}
{% if post.prev %}
{{post.prev.title}}
{% endif %}
{% if post.next %}
{{post.next.title}}
{% endif %}
Ð
{% if config.disqus.enable %}
comments powered by Disqus
{% endif %}