Extending nav
This commit is contained in:
parent
c99abd6021
commit
0efbd79a00
2 changed files with 45 additions and 3 deletions
|
@ -58,6 +58,7 @@
|
|||
<br><strong>{{ item.title }}</strong>
|
||||
{% if item.subfolderitems[0] %}
|
||||
{% for entry in item.subfolderitems %}
|
||||
<br><i>{{ item.subtitle }}</i>
|
||||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||
{% if entry.subsubfolderitems[0] %}
|
||||
{% for subentry in entry.subsubfolderitems %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue