Snips/templates/snip/edit.html.twig

6 lines
121 B
Twig
Raw Normal View History

2023-04-04 00:36:35 +02:00
{% extends 'base/base.html.twig' %}
{% block body %}
<h2>Editing {{ snip }}</h2>
2023-04-04 01:39:08 +02:00
{{ form(form) }}
2023-04-04 00:36:35 +02:00
{% endblock %}