{% extends "layout.html" %} {% block content %} <div class="posts"> {{ components::form(post=post, action="/posts/" ~ post.slug) }} </div> {% endblock %}