2019-02-27 16:15:35 +00:00
|
|
|
{{!< default}}
|
|
|
|
|
|
|
|
{{#post}}
|
2019-03-08 09:47:48 +00:00
|
|
|
<div class="main-wrap">
|
|
|
|
{{> header background=feature_image}}
|
|
|
|
|
|
|
|
{{> hero background=feature_image}}
|
2019-02-27 16:15:35 +00:00
|
|
|
<div class="m-hero__content" data-aos="fade-down">
|
|
|
|
<h1 class="m-hero-title bigger">{{title}}</h1>
|
|
|
|
{{#if excerpt}}
|
2019-03-08 09:47:48 +00:00
|
|
|
<p class="m-hero-description">{{excerpt}}</p>
|
2019-02-27 16:15:35 +00:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2019-03-08 09:47:48 +00:00
|
|
|
</header>
|
|
|
|
<main role="main">
|
|
|
|
<article>
|
|
|
|
<section class="l-content">
|
|
|
|
<div class="l-wrapper in-post" data-aos="fade-up" data-aos-delay="300">
|
|
|
|
<div class="l-post-content">
|
|
|
|
<section class="pos-relative js-post-content">
|
|
|
|
{{content}}
|
|
|
|
</section>
|
|
|
|
</div>
|
2019-02-27 16:15:35 +00:00
|
|
|
</div>
|
2019-03-08 09:47:48 +00:00
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
</main>
|
|
|
|
</div>
|
2019-02-27 16:15:35 +00:00
|
|
|
{{/post}}
|
|
|
|
|
|
|
|
{{#contentFor "scripts"}}
|
|
|
|
<script defer src="{{asset "js/page.js"}}"></script>
|
|
|
|
{{/contentFor}}
|