Fix inclusion of attributes
This commit is contained in:
parent
65eec3be35
commit
f86a27164c
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@
|
||||||
'attributes': item.attributes.addClass(item_classes)
|
'attributes': item.attributes.addClass(item_classes)
|
||||||
})
|
})
|
||||||
%}
|
%}
|
||||||
<h1{{ attributes }}>{{ item.content}} </h1>
|
<h1{{ item.attributes }}>{{ item.content}} </h1>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue