2013-05-11 10:16:11 +00:00
|
|
|
<article class="post type-post status-publish format-standard hentry">
|
|
|
|
{{#if image}}
|
|
|
|
<figure class="post-thumb">
|
|
|
|
<img width="550" height="250" src="/content/images/{{image}}" class="attachment-post-thumbnail wp-post-image" alt="ghostpost">
|
|
|
|
</figure>
|
|
|
|
{{/if}}
|
|
|
|
<div class="wrap">
|
|
|
|
<header>
|
|
|
|
<h2 class="entry-title h1"><a href="/{{slug}}" rel="bookmark">{{title}}</a></h2>
|
2013-08-22 20:45:00 +00:00
|
|
|
<span class="entry-meta">Published on <time class="updated" datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMMM YYYY'}}</time></span>
|
2013-05-11 10:16:11 +00:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="entry-content">
|
2013-07-11 16:09:45 +00:00
|
|
|
{{content}}
|
2013-05-11 10:16:11 +00:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</article>
|