parent
6aa3acdd8c
commit
1075062f16
2 changed files with 11 additions and 2 deletions
@ -0,0 +1,5 @@ |
||||
{% for category in category_items %} |
||||
<a class="header__link" href="#"> |
||||
<div class="header__title">{{ category.title }}</div> |
||||
</a> |
||||
{% endfor %} |
||||
Loading…
Reference in new issue