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

{{post.title}}

{{post.html}}
{{post.datetime.strftime("%b %d, %y")}} {% if post.tags %} {% set tag_counter = 0 %} {% for tag in post.tags %} {% set tag_counter = tag_counter + 1%} {{tag}} {% if tag_counter < post.tags|length %} ,  {% endif %} {% endfor %} {% endif %}
{% if config.disqus.shortname and not config.disqus.shortname.isspace() %}
comments powered by Disqus {% endif %} {% endblock %} {% block header_extra %} {% endblock %}