2021-04-14 08:24:27 +00:00
|
|
|
{{!< default}} {{#tag}} {{> header-background background=feature_image}}
|
|
|
|
<div class="page-header">
|
|
|
|
<div class="page-header__background responsive-header-img">
|
|
|
|
<div class="page-header__overlay"></div>
|
2019-11-08 20:59:26 +00:00
|
|
|
</div>
|
2021-04-14 08:24:27 +00:00
|
|
|
<div class="page-header__contents">
|
|
|
|
<div class="post-header container mx-auto main">
|
|
|
|
<p>
|
|
|
|
<span class="post-header__tag-name">Tag</span>
|
|
|
|
</p>
|
|
|
|
<div class="post-header__tag-heading">
|
|
|
|
{{#if accent_color}}
|
|
|
|
<span class="post-header__tag-heading-color" style="background-color: {{accent_color}};"></span>
|
|
|
|
{{else}}
|
|
|
|
<span class="post-header__tag-heading-color"></span>
|
|
|
|
{{/if}}
|
|
|
|
<h1>
|
|
|
|
{{name}}
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
<p>{{description}}</p>
|
|
|
|
</div>
|
2020-11-11 19:54:23 +00:00
|
|
|
</div>
|
2019-11-08 20:59:26 +00:00
|
|
|
</div>
|
2021-04-14 08:24:27 +00:00
|
|
|
{{/tag}}
|
2019-11-08 20:59:26 +00:00
|
|
|
|
2021-04-14 08:24:27 +00:00
|
|
|
<main class="post-list container mx-auto">
|
|
|
|
{{#foreach posts}}
|
2019-11-09 21:10:51 +00:00
|
|
|
{{> "post-card"}}
|
2021-04-14 08:24:27 +00:00
|
|
|
{{/foreach}}
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{{#contentFor "scripts"}}
|
|
|
|
{{/contentFor}}
|