Throw column class back on

This commit is contained in:
benjamin melançon 2019-01-01 00:17:57 -05:00
parent 7a941d9c09
commit d060b1c2b9

View file

@ -1,4 +1,7 @@
{# See "@stable/block/block.html.twig" #}
{# TODO probably let this go back to inheriting from Octavia/Bulma #}
<div {{ attributes.addClass('column') }}>
{% block content %}
{{ content }}
{% endblock %}
</div>