bifocal/index.hbs

25 lines
595 B
Handlebars

{{!< default}}
<section class="gh-about gh-outer">
<div class="gh-about-inner gh-inner">
{{#if @custom.primary_header}}
<h1 class="gh-about-primary">{{{@custom.primary_header}}}</h1>
{{/if}}
{{#if @custom.secondary_header}}
<p class="gh-about-secondary">{{{@custom.secondary_header}}}</p>
{{/if}}
</div>
</section>
<main class="gh-main gh-outer">
<div class="gh-feed gh-inner">
{{#foreach posts}}
{{#if featured}}
{{> "loop"}}
{{/if}}
{{/foreach}}
</div>
</main>