socialbase-1.1.0/templates/form/form--join-confirm.html.twig
templates/form/form--join-confirm.html.twig
{#
/**
* @file
* Default theme implementation for confirm form.
*
* By default this does not alter the appearance of a form at all,
* but is provided as a convenience for themers.
*
* Available variables:
* - form: The confirm form.
*
* @ingroup themeable
*/
#}
<form{{ attributes }}>
<div class="card">
<div class="card__body">
{{ children }}
</div>
</div>
</form>
