0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/views/content.hbs

17 lines
543 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">
<span>All Posts</span>
</section>
<a href="/ghost/editor" class="button button-add"><span class="hidden">New Post</span></a>
</header>
<section class="content-list-content">
<ol></ol>
2013-05-11 17:44:25 +01:00
</section>
</section>
2013-05-11 17:44:25 +01:00
<section class="content-preview js-content-preview">
</section>
</section>