mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
<aside class="sidebar" id="sidebar">
|
|
<nav>
|
|
<ul>
|
|
{% for item in navigation %}
|
|
<li><a href="{{ item.path }}">{{ item.page.title }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</nav>
|
|
</aside>
|