spee.ch/views/popular.handlebars

10 lines
179 B
Handlebars
Raw Normal View History

2017-09-29 23:11:00 +02:00
{{> topBar}}
<div>
<h3>Popular</h3>
<p>Below are the 25 most popular items on spee.ch</p>
{{#each trendingAssets}}
{{> contentListItem}}
{{/each}}
</div>