eleven-8.x-1.0-beta5/eleven/templates/component/help/block--help.html.twig
eleven/templates/component/help/block--help.html.twig
{# remove the id from blocks #}
{%
set classes = [
'messages',
'messages--status',
'messages--help'
]
%}
<div{{ attributes.addClass(classes).removeAttribute('id') }}>
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes.addClass('block-title') }}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
{% block content %}
<article class="messages__content">
{{ content }}
</article>
{% endblock %}
</div>
