2020-10-30 00:19:49 +01:00
|
|
|
{{!< default}}
|
|
|
|
<div class="mind-post-header unselectable">
|
|
|
|
{{#post}}
|
|
|
|
<div>
|
|
|
|
<h1>{{title}}</h1>
|
|
|
|
</div>
|
|
|
|
{{/post}}
|
|
|
|
<i class="mind-global-header_arrow-down mind-global-header_arrow-down-mid"></i>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<main>
|
2020-11-04 23:29:55 +01:00
|
|
|
<div class="mind-content_main">
|
2020-11-04 23:52:05 +01:00
|
|
|
<div> {{!-- Keeping this div to have the same structure as the post.hbs, even though not necessary --}}
|
2020-11-04 23:29:55 +01:00
|
|
|
{{#post}}
|
|
|
|
<div class="mind-post_content">
|
|
|
|
<div class="mind-post_content-header">
|
2020-11-04 23:43:30 +01:00
|
|
|
|
|
|
|
{{#if feature_image}}
|
2020-11-04 23:29:55 +01:00
|
|
|
<img class="mind-post_feature-image" src="{{img_url feature_image size="l"}}" alt="Feature Image"/>
|
2020-11-04 23:43:30 +01:00
|
|
|
{{/if}}
|
2020-11-04 23:29:55 +01:00
|
|
|
</div>
|
|
|
|
{{content}}
|
|
|
|
</div>
|
|
|
|
{{/post}}
|
2020-10-30 00:19:49 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|