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.

5 line
87B

  1. <ul>
  2. {{#a_list}}
  3. <li><a href="#{{a_string}}/{{.}}">{{.}}</a></li>
  4. {{/a_list}}
  5. </ul>