2014-03-09 23:44:08 -04:00
|
|
|
{{#if title}}
|
2014-03-02 15:30:35 +01:00
|
|
|
|
2014-06-07 15:07:25 -04:00
|
|
|
{{partial "floating-header"}}
|
2014-03-09 23:44:08 -04:00
|
|
|
|
2014-06-07 15:07:25 -04:00
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
|
|
<div class="wrapper">
|
|
|
|
<h1>{{{title}}}</h1>
|
|
|
|
{{{html}}}
|
|
|
|
</div>
|
|
|
|
{{/view}}
|
2014-03-09 23:44:08 -04:00
|
|
|
|
|
|
|
{{else}}
|
|
|
|
|
|
|
|
<div class="no-posts-box">
|
|
|
|
<div class="no-posts">
|
|
|
|
<h3>You Haven't Written Any Posts Yet!</h3>
|
2014-06-09 22:44:29 -06:00
|
|
|
{{#link-to "editor.new"}}<button class="button-add large" title="New Post">Write a new Post</button>{{/link-to}}
|
2014-03-09 23:44:08 -04:00
|
|
|
</div>
|
2014-03-02 15:30:35 +01:00
|
|
|
</div>
|
2014-03-09 23:44:08 -04:00
|
|
|
|
|
|
|
{{/if}}
|