{% extends "templates/base.html" %} {% block post-css %} {% endblock %} {% block main-content %}
{{ post-data.subtitle }}
{{ post-data.month }} {{ post-data.date.day }}, {{ post-data.date.year }}
by {{ post-data.author }}
{{ post-data.excerpt|safe }}
{{ post-data.category }}
{% for tag in tags %} {{ tag }} {% endfor %}
Words: {{ post-data.word-count }}
Characters: {{ post-data.char-count }}