1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/partials/html/highlights.html

8 lines
97 B
HTML
Raw Normal View History

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