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

{{post.title}}

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

{{post.html}}
{%for tag in post.tags%} {{tag}} {%endfor%}

Show Source

* * *
{# comments here#}
comments powered by Disqus {%endblock%}