mostly filebased Content Presentation System
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
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>