{% extends "layout.html" %} {% block content %}

{% if logged_in %} edit {% endif %} {{ post.title }} :: {{ post.date }}

{{ post.body | safe }}
{% endblock %}