{% extends 'base/one.column.html.twig' %} {% if snip.id %} {% set title = 'Edit Snip ' ~ snip %} {% else %} {% set title = 'Create Snip' %} {% endif %} {% block body %} {% if snip.id %} Back {% endif %} Index {{ form(form) }} {% endblock %}