11 lines
253 B
Handlebars
11 lines
253 B
Handlebars
<div class="wrapper">
|
|
{{> topBar}}
|
|
<div>
|
|
<h3>Popular</h3>
|
|
<p>Below are the 25 most popular items on spee.ch</p>
|
|
{{#each trendingAssets}}
|
|
{{> contentListItem}}
|
|
{{/each}}
|
|
</div>
|
|
{{> footer}}
|
|
</div>
|