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

8 lines
94 B
Handlebars

{{#if highlights}}
<ul>
{{#each highlights}}
<li>{{{ . }}}</li>
{{/each}}
</ul>
{{/if}}