{% extends "blog/_base.html" %} {% block main_content %}

{{ item.title }}

Published on {{ item.date.strftime('%B %d, %Y') }}. // No comments.
{{ item.html|safe }}
{% endblock %} {% block body_class %}blog post{% endblock %}