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