fresh-theme-elegant/src/partials/highlights.html

6 lines
71 B
HTML

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