Files
D8_rplf/themes/custom/vanina/templates/block--search-form-block.html.twig
T
2018-04-23 21:13:46 +02:00

23 lines
541 B
Twig

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