spee.ch/views/trending.handlebars
2017-09-29 11:59:53 -07:00

11 lines
226 B
Handlebars

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