Ghost/core/server/views/content.hbs
2014-02-20 15:29:14 -06:00

18 lines
571 B
Handlebars

{{!< default}}
<section class="content-view-container">
<section class="content-list js-content-list">
<header class="floatingheader">
<section class="content-filter">
<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>
</section>
</section>
<section class="content-preview js-content-preview">
</section>
</section>