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