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

{{post.title}}

{{post.datetime.strftime("%Y-%m-%d")}}

{{post.html}}
{% if post.prev %} {% endif %} {% if post.next %} {% endif %}
Ð {% endblock %}