{% extends "layout.html" %} {% block content %}
{% if post.draft %}

this post is a draft

{% endif %} {{ components::form(post=post, action="/posts/" ~ post.slug) }}
{% endblock %}