Logo

GitLab

Sign in

Walenty / Slowal

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
68957fea187ef209cfcaa5d4a300e882f09190e8
  • Slowal
  • common
  • templates
  • navigation.html
  • Initial commit.
    68957fea
    Bartłomiej Nitoń authored
    10 years ago  
    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 %}