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

123456789101112131415
  1. {{template "base/head" .}}
  2. <ul>
  3. {{range .SubNames}}
  4. <li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
  5. {{end}}
  6. </ul>
  7. <style>
  8. ul {
  9. line-height: 2em;
  10. }
  11. </style>
  12. {{template "base/footer" .}}