<ul id="{{id}}" class="{{id}} hlist hlist-separated">
	{{#array-items}}
	<li id="{{id}}">{{{html}}}</li>
	{{/array-items}}
</ul>
