string_as_context.mustache 64 B

12345
  1. <ul>
  2. {{#a_list}}
  3. <li>{{a_string}}/{{.}}</li>
  4. {{/a_list}}
  5. </ul>