{{ post.title }}
{{ (post.posted or now()).strftime("%B %d, %Y") }}
{{ post.rendered_content()|safe }}
{% if config["DISQUS_SHORTNAME"] and not post.draft %}
{% extends "layout.html" %} {% block page_title %} {{ post.title }} | {{ super() }} {% endblock %} {% block body %}
{% include "includes/nav.html" %} {% if post.header_image %}