mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
8 lines
200 B
Twig
8 lines
200 B
Twig
{% extends '::base.html.twig' %}
|
|
|
|
{% block javascripts_head %}<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>{% endblock %}
|
|
|
|
{% block body -%}
|
|
{{ form(form) }}
|
|
{% endblock %}
|