Make template not silly

This commit is contained in:
benjamin melançon 2018-08-23 15:50:21 -04:00
parent f16e9b4fce
commit b6c9a44774

View file

@ -1,4 +1,3 @@
{% extends "@bulma/block/block--system-menu-block.html.twig" %}
{% set classes = classes ?? []|merge(['navbar-menu']) %}
{% set attributes = attributes.addClass(classes) %}
{% set attributes = attributes.addClass('navbar-menu') %}