2020-08-13 14:23:29 +02:00
|
|
|
{{!< default}}
|
2020-08-16 12:25:09 +02:00
|
|
|
<div class="mind-page-title unselectable">
|
|
|
|
{{#post}}
|
2020-08-17 22:45:09 +02:00
|
|
|
|
|
|
|
<div>
|
2020-08-13 14:23:29 +02:00
|
|
|
<h1>{{title}}</h1>
|
2020-08-17 22:45:09 +02:00
|
|
|
<p><a href="{{primary_tag.url}}">{{primary_tag.name}}</a> • <time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time></p>
|
|
|
|
</div>
|
2020-08-16 12:25:09 +02:00
|
|
|
{{/post}}
|
2020-08-17 22:45:09 +02:00
|
|
|
<i class="mind-all-title_arrow-down mind-all-title_arrow-down-mid"></i>
|
2020-08-16 12:25:09 +02:00
|
|
|
</div>
|
2020-08-13 14:23:29 +02:00
|
|
|
|
2020-08-16 12:25:09 +02:00
|
|
|
<main>
|
|
|
|
<div class="mind-content_main">
|
|
|
|
<div class="mind-post_main">
|
|
|
|
<aside class="mind-post_sidebar unselectable">
|
|
|
|
</aside>
|
|
|
|
{{#post}}
|
|
|
|
<div class="mind-post_content">
|
2020-08-16 17:58:46 +02:00
|
|
|
<div class="mind-post_content-header">
|
2020-08-17 22:45:09 +02:00
|
|
|
<img class="mind-post_feature-image" src="{{img_url feature_image size="l"}}"/>
|
2020-08-15 12:40:28 +02:00
|
|
|
</div>
|
2020-08-16 12:25:09 +02:00
|
|
|
{{content}}
|
2020-08-17 14:44:33 +02:00
|
|
|
<hr>
|
|
|
|
<h3>Comments</h3>
|
2020-08-16 12:25:09 +02:00
|
|
|
<div id="remark42"></div>
|
2020-08-15 12:40:28 +02:00
|
|
|
</div>
|
2020-08-16 12:25:09 +02:00
|
|
|
{{/post}}
|
|
|
|
<aside class="mind-post_sidebar unselectable">
|
|
|
|
<div class="mind-post_sidebar-content">
|
|
|
|
{{> "posts-sidebar-loop"}}
|
|
|
|
</div>
|
|
|
|
</aside>
|
2020-08-13 14:23:29 +02:00
|
|
|
</div>
|
2020-08-16 12:25:09 +02:00
|
|
|
</div>
|
|
|
|
</main>
|