{{ post.title }}

{{ (post.posted or now()).strftime("%B %d, %Y") }}

{{ post.rendered_content()|safe }}
{{ post.title }} was published on {% if post.modified %} (revised: ) {% endif %}
{% if config["DISQUS_SHORTNAME"] and not post.draft %}
{% endif %}