Override Octavia's block template for title block
It came from: octavia/src/templates/block/block.html.twig
This commit is contained in:
parent
cddc50d247
commit
6af3a1835a
1 changed files with 8 additions and 0 deletions
8
agaric/templates/block/block--page-title-block.html.twig
Normal file
8
agaric/templates/block/block--page-title-block.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{% extends '@bulma/block/block.html.twig' %}
|
||||||
|
{%
|
||||||
|
set classes = [
|
||||||
|
'titlebar_title'
|
||||||
|
]
|
||||||
|
%}
|
||||||
|
{% set attributes = attributes.addClass(classes) %}
|
||||||
|
{% endif %}
|
Loading…
Reference in a new issue