block--local-tasks-block.html.twig in Express 8
Theme override for tabs.
File
themes/contrib/bootstrap/templates/block/block--local-tasks-block.html.twigView source
- {% extends "block--bare.html.twig" %}
- {#
- /**
- * @file
- * Theme override for tabs.
- *
- * @ingroup templates
- */
- #}
- {% block content %}
- {% if content %}
- <nav class="tabs" role="navigation" aria-label="{{ 'Tabs'|t }}">
- {{ content }}
- </nav>
- {% endif %}
- {% endblock %}