mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
10 lines
401 B
Handlebars
10 lines
401 B
Handlebars
<section class="post-controls">
|
|
{{#link-to "editor.edit" model class="btn btn-minor post-edit"}}<i class="icon-edit"></i>{{/link-to}}
|
|
</section>
|
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
<div class="wrapper">
|
|
<h1 class="content-preview-title">{{#link-to "editor.edit" model}}{{model.title}}{{/link-to}}</h1>
|
|
{{gh-format-html model.html}}
|
|
</div>
|
|
{{/view}}
|