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

{{post.title}}

{{post.html}}

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

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