mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 12:16:09 +03:00
d895238571
closes #3387 - added placeholder for <script> and <iframe> - added google-caja sanitizer - changed title in posts overview to ‚double-stash‘
9 lines
196 B
Handlebars
9 lines
196 B
Handlebars
{{partial "floating-header"}}
|
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
<div class="wrapper">
|
|
<h1>{{title}}</h1>
|
|
{{gh-format-html html}}
|
|
</div>
|
|
{{/view}}
|