9 lines
179 B
Handlebars
9 lines
179 B
Handlebars
{{> topBar}}
|
|
<div>
|
|
<h3>Popular</h3>
|
|
<p>Below are the 25 most popular items on spee.ch</p>
|
|
{{#each trendingAssets}}
|
|
{{> contentListItem}}
|
|
{{/each}}
|
|
</div>
|
|
|