Mercurial > hg > isophonics-drupal-site
view themes/isobartik/templates/form--search-block-form.html.twig @ 3:e11175134f4e
Attempt to introduce editable version of theme
author | Chris Cannam |
---|---|
date | Tue, 05 Dec 2017 11:25:38 +0000 |
parents | |
children |
line wrap: on
line source
{# /** * @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() */ #} <form{{ attributes.addClass('search-form', 'search-block-form') }}> {{ children }} </form>