Chris@0: {% extends "@classy/block/block--search-form-block.html.twig" %} Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Bartik's theme implementation for a search form block. Extends Classy's Chris@0: * search form block template. Chris@0: * Chris@0: * Available variables: Chris@0: * - content: The content of this block. Chris@0: * - content_attributes: A list of HTML attributes applied to the main content Chris@0: * tag that appears in the template. Chris@0: * Chris@0: * @see template_preprocess_block() Chris@0: * @see search_preprocess_block() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {% block content %} Chris@0: Chris@0: {{ parent() }} Chris@0: Chris@0: {% endblock %}