Files
farmOS-dev/web/core/modules/system/templates/block--local-actions-block.html.twig
2024-12-10 15:08:16 +01:00

13 lines
213 B
Twig

{% extends "block.html.twig" %}
{#
/**
* @file
* Theme override for local actions (primary admin actions.)
*/
#}
{% block content %}
{% if content %}
<nav>{{ content }}</nav>
{% endif %}
{% endblock %}