mirror of
https://github.com/spaytac/Casper.git
synced 2026-01-21 16:54:52 +00:00
11 lines
298 B
Handlebars
Executable File
11 lines
298 B
Handlebars
Executable File
{{!< default}}
|
|
|
|
<section class="post-content post-tag-content">
|
|
<div class="post-tag-grid">
|
|
{{#get 'tags' limit='15' include='count.posts' order='count.posts desc'}}
|
|
{{#foreach tags}}
|
|
{{> "tag-card"}}
|
|
{{/foreach}}
|
|
{{/get}}
|
|
</div>
|
|
</section> |