Spaces:
No application file
No application file
File size: 387 Bytes
d2897cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{% extends "@themes/"~template~"/html/base.html.twig" %}
{% block content %}
{% if message is defined %}
<div class="well text-center">
<p>{{ message|raw }}</p>
</div>
{% endif %}
<div class="form-container">
{% if header is defined %}
<h4>{{ header }}</h4>
{% endif %}
{{ content|raw }}
</div>
{% endblock %} |