2015-06-03 17:44:12 +03:00
|
|
|
<section class="post-controls">
|
2015-10-10 17:02:59 +03:00
|
|
|
{{#link-to "editor.edit" model.id class="btn btn-minor post-edit" title="Edit this post"}}<i class="icon-edit"></i>{{/link-to}}
|
2015-06-03 17:44:12 +03:00
|
|
|
</section>
|
2014-03-02 18:30:35 +04:00
|
|
|
|
2015-06-13 17:34:09 +03:00
|
|
|
{{#gh-content-preview-content tagName="section" content=model}}
|
2014-06-25 18:39:57 +04:00
|
|
|
<div class="wrapper">
|
2015-06-13 17:34:09 +03:00
|
|
|
<h1 class="content-preview-title">
|
|
|
|
{{#link-to "editor.edit" model.id}}
|
|
|
|
{{model.title}}
|
|
|
|
{{/link-to}}
|
|
|
|
</h1>
|
2014-12-30 05:11:24 +03:00
|
|
|
{{gh-format-html model.html}}
|
2014-03-02 18:30:35 +04:00
|
|
|
</div>
|
2015-06-13 17:34:09 +03:00
|
|
|
{{/gh-content-preview-content}}
|