Single layer of categories
This commit is contained in:
parent
36be624f5c
commit
e38b781ff9
7 changed files with 69 additions and 80 deletions
|
@ -12,4 +12,13 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
{% if categories %}
|
||||
<ul>
|
||||
{% for cat in categories %}
|
||||
<li>{{ cat }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue