mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
12 lines
411 B
Handlebars
12 lines
411 B
Handlebars
|
<section class="gh-view">
|
||
|
<header class="view-header">
|
||
|
{{#gh-view-title openMobileMenu="openMobileMenu"}}<span>Content</span>{{/gh-view-title}}
|
||
|
<section class="view-actions">
|
||
|
{{#link-to "editor.new" class="btn btn-green" title="New Post"}}New Post{{/link-to}}
|
||
|
</section>
|
||
|
</header>
|
||
|
|
||
|
<div class="view-container">
|
||
|
{{gh-loading-spinner}}
|
||
|
</div>
|
||
|
</section>
|