Logo

GitLab

Sign in

SGJP / Kuznia

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Kuznia
  • common
  • templates
  • navigation.html
  • pierwszy commit po otwarciu kodu
    9083aa82
    janek37 authored
    2012-09-30 21:27:13 +0200  
    Browse Code ยป
navigation.html 126 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
{% for menu_item in menu %}
  <li>
    <a href="{{ menu_item.url }}">
      {{ menu_item.name }}
    </a>
  </li>
{% endfor %}