iocaine/tests/data/templates/links/main.hbs

5 lines
155 B
Handlebars
Raw Normal View History

{{#each links}}
href: {{ href-gen "links" this.index this.value.href_words }}
title: {{ markov-gen "titles" this.index this.value.title_words }}
{{/each}}