Fix inclusion of attributes

This commit is contained in:
benjamin melançon 2018-10-23 21:50:00 -04:00
parent 65eec3be35
commit f86a27164c

View file

@ -49,5 +49,5 @@
'attributes': item.attributes.addClass(item_classes)
})
%}
<h1{{ attributes }}>{{ item.content}} </h1>
<h1{{ item.attributes }}>{{ item.content}} </h1>
{% endfor %}