Ghost/core/server/views/content.hbs

18 lines
571 B
Handlebars
Raw Normal View History

{{!< default}}
<section class="content-view-container">
<section class="content-list js-content-list">
<header class="floatingheader">
<section class="content-filter">
2013-11-12 12:19:02 +04:00
<small>All Posts</small>
</section>
<a href="{{admin_url}}/editor/" class="button button-add" title="New Post"><span class="hidden">New Post</span></a>
</header>
<section class="content-list-content">
<ol></ol>
2013-05-11 20:44:25 +04:00
</section>
</section>
2013-05-11 20:44:25 +04:00
<section class="content-preview js-content-preview">
</section>
</section>