mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 12:44:57 +03:00
332a9c1a4b
No Issue
9 lines
185 B
Handlebars
9 lines
185 B
Handlebars
{{partial "floating-header"}}
|
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
<div class="wrapper">
|
|
<h1>{{{title}}}</h1>
|
|
{{{html}}}
|
|
</div>
|
|
{{/view}}
|