1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-29 06:00:06 +01:00
fresh-themes/partials/html/highlights.html
2016-01-12 10:33:19 -05:00

8 lines
94 B
HTML

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