Version 1
[yaffs-website] / web / core / modules / system / templates / block--local-actions-block.html.twig
diff --git a/web/core/modules/system/templates/block--local-actions-block.html.twig b/web/core/modules/system/templates/block--local-actions-block.html.twig
new file mode 100644 (file)
index 0000000..3e660c5
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "block.html.twig" %}
+{#
+/**
+ * @file
+ * Theme override for local actions (primary admin actions.)
+ */
+#}
+{% block content %}
+  {% if content %}
+    <nav>{{ content }}</nav>
+  {% endif %}
+{% endblock %}