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.

пре 16 година
пре 16 година
12345678
  1. <h1>{{header}}</h1>
  2. {{#list}}
  3. <ul>{{#item}}
  4. {{#current}}<li><strong>{{name}}</strong></li>{{/current}}
  5. {{#link}}<li><a href="{{url}}">{{name}}</a></li>{{/link}}
  6. {{/item}}</ul>
  7. {{/list}}
  8. {{#empty}}<p>The list is empty.</p>{{/empty}}