mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
8 lines
63 B
Handlebars
8 lines
63 B
Handlebars
index
|
|
|
|
|
|
{{#each this.data}}
|
|
<p>{{this.title}}</p>
|
|
|
|
{{/each}}
|