Version 1
[yaffs-website] / web / themes / contrib / bootstrap / templates / block / block--local-tasks-block.html.twig
1 {% extends "block--bare.html.twig" %}
2 {#
3 /**
4  * @file
5  * Theme override for tabs.
6  *
7  * @ingroup templates
8  */
9 #}
10 {% block content %}
11   {% if content %}
12     <nav class="tabs" role="navigation" aria-label="{{ 'Tabs'|t }}">
13       {{ content }}
14     </nav>
15   {% endif %}
16 {% endblock %}