mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 satır
228B

  1. <ul>
  2. <repeat group="{{ @menu }}" key="{{ @key }}" value="{{ @item }}">
  3. <li class="away">
  4. <a href="{{ @item.href }}" class="nav-{{ @key }}">{{ @item.name }}</a>
  5. </li>
  6. </repeat>
  7. </ul>