1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-30 22:50:05 +01:00
fresh-themes/partials/html/highlights.hbs

8 lines
94 B
Handlebars
Raw Normal View History

2016-01-12 14:40:18 +00:00
{{#if highlights}}
<ul>
{{#each highlights}}
2016-01-12 15:33:19 +00:00
<li>{{{ . }}}</li>
2016-01-12 14:40:18 +00:00
{{/each}}
</ul>
{{/if}}