16 lines
505 B
Handlebars
16 lines
505 B
Handlebars
|
|
{{!< default}}
|
||
|
|
|
||
|
|
<main class="site-main">
|
||
|
|
<div class="post-feed gh-feed gh-canvas">
|
||
|
|
{{#get "posts" filter="featured: true" as |posts|}}
|
||
|
|
{{#foreach posts}}
|
||
|
|
{{> "loop-two"}}
|
||
|
|
{{/foreach}}
|
||
|
|
{{/get}}
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<center class="cover-content gh-inner gh-head-btn gh-btn gh-primary-btn" style="margin-top:3rem;">
|
||
|
|
<b><a href="https://calendly.com/dreamfreely/curiosity-call" target="_blank">Book a Curiosity Call</a></b>
|
||
|
|
</center>
|
||
|
|
|
||
|
|
</main>
|