in {% for category in post.categories%}{{ category }} {% endfor %} by {{ post.author }} - {{ post.pub_time.strftime('%b %d, %Y') }}
{{ post.title }}
{{ post.html | safe }}
{{ site.author }}
{{ site.self_description }}
{% if post.comment != False %}
{% include "_includes/comments.html" %}
{% endif %}