2015-06-03 15:44:12 +01:00
|
|
|
<section class="post-controls">
|
2015-06-18 11:53:40 -05:00
|
|
|
{{#link-to "editor.edit" model.id class="btn btn-minor post-edit"}}<i class="icon-edit"></i>{{/link-to}}
|
2015-06-03 15:44:12 +01:00
|
|
|
</section>
|
2014-03-02 15:30:35 +01:00
|
|
|
|
2014-06-25 14:39:57 +00:00
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
|
|
<div class="wrapper">
|
2015-06-18 11:53:40 -05:00
|
|
|
<h1 class="content-preview-title">{{#link-to "editor.edit" model.id}}{{model.title}}{{/link-to}}</h1>
|
2014-12-29 21:11:24 -05:00
|
|
|
{{gh-format-html model.html}}
|
2014-03-02 15:30:35 +01:00
|
|
|
</div>
|
2014-06-25 14:39:57 +00:00
|
|
|
{{/view}}
|