1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-04-17 13:20:25 +01:00
fresh-themes/partials/html/highlights.html
2016-01-12 09:40:18 -05:00

8 lines
97 B
HTML

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