block--local-tasks-block.html.twig
Same filename in this branch
Same filename and directory in other branches
Theme override for tabs.
File
-
core/
themes/ starterkit_theme/ templates/ block/ block--local-tasks-block.html.twig
View source
- {% extends "block.html.twig" %}
- {#
- /**
- * @file
- * Theme override for tabs.
- */
- #}
- {% block content %}
- {% if content %}
- <nav class="tabs" role="navigation" aria-label="{{ 'Tabs'|t }}">
- {{ content }}
- </nav>
- {% endif %}
- {% endblock %}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.