argue-2.0.0-alpha4/themes/argue_base/templates/form/form--user-login-form.html.twig
themes/argue_base/templates/form/form--user-login-form.html.twig
{#
/**
* @file
* Default theme implementation for a 'form' element.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the form.
*
* @see template_preprocess_form()
*
* @ingroup themeable
*/
#}
<div class="form-wrapper--user-auth user-login">
<h2>{{ 'User login'|t }}</h2>
<form{{ attributes }}>
{{ children }}
</form>
</div>
