Blame view

common/templates/navigation.html 126 Bytes
Bartłomiej Nitoń authored
1
2
3
4
5
6
7
{% for menu_item in menu %}
  <li>
    <a href="{{ menu_item.url }}">
      {{ menu_item.name }}
    </a>
  </li>
{% endfor %}