2014-03-10 07:44:08 +04:00
|
|
|
{{#if title}}
|
2014-03-02 18:30:35 +04:00
|
|
|
|
2014-06-07 23:07:25 +04:00
|
|
|
{{partial "floating-header"}}
|
2014-03-10 07:44:08 +04:00
|
|
|
|
2014-06-07 23:07:25 +04:00
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
|
|
<div class="wrapper">
|
|
|
|
<h1>{{{title}}}</h1>
|
|
|
|
{{{html}}}
|
|
|
|
</div>
|
|
|
|
{{/view}}
|
2014-03-10 07: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-02 00:29:25 +04:00
|
|
|
{{#link-to "new"}}<button class="button-add large" title="New Post">Write a new Post</button>{{/link-to}}
|
2014-03-10 07:44:08 +04:00
|
|
|
</div>
|
2014-03-02 18:30:35 +04:00
|
|
|
</div>
|
2014-03-10 07:44:08 +04:00
|
|
|
|
|
|
|
{{/if}}
|