block--local-tasks-block.html.twig

Theme override for tabs.

File

core/themes/starterkit_theme/templates/block/block--local-tasks-block.html.twig

View source
  1. {% extends "block.html.twig" %}
  2. {#
  3. /**
  4. * @file
  5. * Theme override for tabs.
  6. */
  7. #}
  8. {% block content %}
  9. {% if content %}
  10. <nav class="tabs" role="navigation" aria-label="{{ 'Tabs'|t }}">
  11. {{ content }}
  12. </nav>
  13. {% endif %}
  14. {% endblock %}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.