<ul class="list">
    {{#each this}}
        <li key={{key}}>{{value}}</li>
    {{/each}}
</ul>