Refactor templates to be more structured
This commit is contained in:
7
templates/generic/form.html.twig
Normal file
7
templates/generic/form.html.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends 'base/single.column.html.twig' %}
|
||||
|
||||
{% set title %}{{ message }}{% endset %}
|
||||
|
||||
{% block body %}
|
||||
{{ form(form) }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user