mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
9 lines
185 B
Handlebars
9 lines
185 B
Handlebars
|
{{partial "floating-header"}}
|
||
|
|
||
|
<section class="content-preview-content">
|
||
|
<div class="wrapper">
|
||
|
<h1>{{title}}</h1>
|
||
|
{{format-markdown markdown}}
|
||
|
</div>
|
||
|
</section>
|