Override Octavia's block template for title block

It came from:
octavia/src/templates/block/block.html.twig
This commit is contained in:
benjamin melançon 2018-10-16 12:46:21 -04:00
parent cddc50d247
commit 6af3a1835a

View file

@ -0,0 +1,8 @@
{% extends '@bulma/block/block.html.twig' %}
{%
set classes = [
'titlebar_title'
]
%}
{% set attributes = attributes.addClass(classes) %}
{% endif %}