{% extends "layout.html" %} {% block title %}{{post.title}}{% endblock %} {% block content %}
{% if post.title_pic %} {{post.title}} {% endif %}

{{post.title}}

{{post.datetime.strftime("%b %d, %y")}}

{{post.html}}
{% if post.prev %} {% endif %} {% if post.next %} {% endif %}
Ð {% if config.disqus.enable %}
comments powered by Disqus {% endif %}
{% endblock %}