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