1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-14 12:40:11 +00: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}}