mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-03-11 01:38:49 +01:00
5 lines
155 B
Handlebars
5 lines
155 B
Handlebars
|
{{#each links}}
|
||
|
href: {{ href-gen "links" this.index this.value.href_words }}
|
||
|
title: {{ markov-gen "titles" this.index this.value.title_words }}
|
||
|
{{/each}}
|