1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00
fresh-themes/partials/html/highlights.hbs

9 lines
113 B
Handlebars
Raw Normal View History

2016-01-12 14:40:18 +00:00
{{#if highlights}}
2020-03-17 00:52:49 +00:00
<b>Highlights:</b>
2016-01-12 14:40:18 +00:00
<ul>
{{#each highlights}}
2016-01-12 15:33:19 +00:00
<li>{{{ . }}}</li>
2016-01-12 14:40:18 +00:00
{{/each}}
</ul>
{{/if}}