copypaste/templates/paste.html.twig
2023-08-06 12:50:37 +03:00

7 lines
89 B
Twig

{% extends "base.html.twig" %}
{% block content %}
{{ form(form) }}
{% endblock %}