Stop admin links from getting the 'standard block' treatment
... maybe the standard block isn't so standard...
This commit is contained in:
parent
d060b1c2b9
commit
65872a3bf3
1 changed files with 8 additions and 0 deletions
8
agaric/templates/block/block--core.html.twig
Normal file
8
agaric/templates/block/block--core.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{# See "@stable/block/block.html.twig" #}
|
||||||
|
{# TODO probably let this go back to inheriting from Octavia/Bulma,
|
||||||
|
or include a pattern. #}
|
||||||
|
<div {{ attributes }}>
|
||||||
|
{% block content %}
|
||||||
|
{{ content }}
|
||||||
|
{% endblock %}
|
||||||
|
</div>
|
Loading…
Reference in a new issue