vartheme_bs5-2.0.x-dev/templates/navigation/menu-local-action.html.twig
templates/navigation/menu-local-action.html.twig
{#
/**
* @file
* Theme override for a single local action link.
*
* Available variables:
* - attributes: HTML attributes for the wrapper element.
* - link: A rendered link element.
*
* @see template_preprocess_menu_local_action()
*/
#}
<div class="mb-4">
{{ link }}
</div>
