mirror of
https://github.com/spaytac/Casper.git
synced 2026-01-21 16:54:52 +00:00
14 lines
273 B
Handlebars
14 lines
273 B
Handlebars
{{!< default}}
|
|
<section class="content">
|
|
<ul class="hfeed">
|
|
{{#features}}
|
|
<li class="featured">
|
|
{{> featured}}
|
|
</li>
|
|
{{/features}}
|
|
{{#posts}}
|
|
{{> post}}
|
|
{{/posts}}
|
|
</ul>
|
|
</section>
|