socialbase-1.1.0/templates/post/form--post-create.html.twig
templates/post/form--post-create.html.twig
{#
/**
* @file
* Theme override for Post form in streams, '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
*/
#}
{{ attach_library('socialbase/form-post-create') }}
<div class="media-body">
<form{{ attributes.addClass('form--post-create').removeClass('clearfix') }}>
{{ children }}
</form>
</div>
