2014-03-10 07:44:08 +04:00
|
|
|
{{#if title}}
|
2014-03-02 18:30:35 +04:00
|
|
|
|
2014-03-10 07:44:08 +04:00
|
|
|
{{partial "floating-header"}}
|
|
|
|
|
|
|
|
<section class="content-preview-content">
|
|
|
|
<div class="wrapper">
|
|
|
|
<h1>{{title}}</h1>
|
2014-05-28 23:26:05 +04:00
|
|
|
{{gh-format-markdown markdown}}
|
2014-03-10 07:44:08 +04:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{{else}}
|
|
|
|
|
|
|
|
<div class="no-posts-box">
|
|
|
|
<div class="no-posts">
|
|
|
|
<h3>You Haven't Written Any Posts Yet!</h3>
|
|
|
|
{{#link-to 'new'}}<button class="button-add large" title="New Post">Write a new Post</button>{{/link-to}}
|
|
|
|
</div>
|
2014-03-02 18:30:35 +04:00
|
|
|
</div>
|
2014-03-10 07:44:08 +04:00
|
|
|
|
|
|
|
{{/if}}
|