rivet-1.0.x-dev/templates/regions/region--content-above.html.twig
templates/regions/region--content-above.html.twig
{#
Use the Content Above region for Marketing pages where breadcrumb and page title
are displayed just before the content region.
#}
{% if content %}
{{ attach_library('rivet/rvt-c-region') }}
{% apply spaceless %}
<div class="rvt-c-region rvt-c-region--content-above">
{{ content }}
</div>
{% endapply %}
{% endif %}
