2013-05-11 06:16:11 -04:00
|
|
|
{{!< default}}
|
2013-08-10 08:36:03 -04:00
|
|
|
|
2013-08-10 12:42:21 -04:00
|
|
|
<main class="content" role="main">
|
|
|
|
{{#post}}
|
2013-08-10 08:36:03 -04:00
|
|
|
|
2013-08-10 12:42:21 -04: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>
|
2013-08-10 08:36:03 -04:00
|
|
|
</article>
|
|
|
|
|
2013-05-11 06:16:11 -04:00
|
|
|
{{/post}}
|
2013-08-10 12:42:21 -04:00
|
|
|
</main>
|