Ghost/ghost/admin/templates/posts/post.hbs
2014-06-25 14:56:41 +00:00

9 lines
185 B
Handlebars

{{partial "floating-header"}}
{{#view "content-preview-content-view" tagName="section"}}
<div class="wrapper">
<h1>{{{title}}}</h1>
{{{html}}}
</div>
{{/view}}