spee.ch/views/popular.handlebars
2017-10-02 16:23:09 -07:00

9 lines
191 B
Handlebars

{{> topBar}}
<div class="row">
<h3>Popular</h3>
<p>Below are the 25 most popular items on spee.ch</p>
{{#each trendingAssets}}
{{> contentListItem}}
{{/each}}
</div>