started theming header

This commit is contained in:
2019-03-27 19:03:32 +01:00
parent 69be45a55c
commit 9f17d68e79
11 changed files with 220 additions and 15 deletions

View File

@@ -19,7 +19,7 @@
]
%}
{% if content %}
<div{{ attributes.addClass(classes) }}>
<!-- <div{{ attributes.addClass(classes) }}> -->
{{ content }}
</div>
<!-- </div> -->
{% endif %}