Stop admin links from getting the 'standard block' treatment

... maybe the standard block isn't so standard...
This commit is contained in:
benjamin melançon 2019-01-01 09:46:07 -05:00
parent d060b1c2b9
commit 65872a3bf3

View 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>