Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / classy / templates / block / block--local-actions-block.html.twig
1 {% extends "block.html.twig" %}
2 {#
3 /**
4  * @file
5  * Theme override for local actions (primary admin actions.)
6  */
7 #}
8 {% block content %}
9   {% if content %}
10     <nav class="action-links">{{ content }}</nav>
11   {% endif %}
12 {% endblock %}