mirror of https://github.com/juliancwirko/abc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
923 B
25 lines
923 B
{{!< default}} |
|
|
|
{{! This is a page template. A page outputs content just like any other post, and has all the same |
|
attributes by default, but you can also customise it to behave differently if you prefer. }} |
|
{{#post}} |
|
<nav class="main-nav"> |
|
<a href="{{@blog.url}}" class="header-back-btn js-bg-check left"> |
|
<i class="fa fa-chevron-left"></i> Home |
|
</a> |
|
{{> "menu-activator-icon"}} |
|
</nav> |
|
<header class="post-view-header js-blog-bg-image {{#if feature_image}}" style="background-image: url({{img_url feature_image}}){{else}}no-cover{{/if}}"> |
|
<div class="post-header-content"> |
|
<h1 class="post-title js-bg-check">{{title}}</h1> |
|
</div> |
|
</header> |
|
|
|
<main class="post-view-content row" role="main"> |
|
<article class="{{post_class}} small-12 columns"> |
|
<section class="post-content"> |
|
{{content}} |
|
</section> |
|
</article> |
|
</main> |
|
{{/post}} |