Vivid-Casper/post.hbs

17 lines
518 B
Handlebars
Raw Normal View History

{{!< default}}
2013-08-10 16:42:21 +00:00
<main class="content" role="main">
{{#post}}
2013-08-10 16:42:21 +00:00
<article class="post">
<header>
<span class="entry-meta">Published on <time class="updated" datetime="{{dateFormat published_at format='YYYY-MM-DD'}}">{{dateFormat published_at format='DD MMMM YYYY'}}</time></span>
<h1>{{title}}</h1>
</header>
<section class="entry-content">
{{content}}
</section>
</article>
{{/post}}
2013-08-10 16:42:21 +00:00
</main>