camaleon-8.x-1.x-dev/templates/block/block--local-tasks-block.html.twig
templates/block/block--local-tasks-block.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {% 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 %} |