bifocal/index.hbs

25 lines
595 B
Handlebars
Raw Permalink Normal View History

2022-09-12 05:59:12 -04:00
{{!< default}}
2024-07-31 13:10:37 -04:00
<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>
2022-09-12 05:59:12 -04:00
<main class="gh-main gh-outer">
<div class="gh-feed gh-inner">
{{#foreach posts}}
2024-07-31 13:10:37 -04:00
{{#if featured}}
{{> "loop"}}
{{/if}}
2022-09-12 05:59:12 -04:00
{{/foreach}}
</div>
</main>