diff --git a/post.hbs b/post.hbs index 5675b70..796241b 100644 --- a/post.hbs +++ b/post.hbs @@ -1,5 +1,6 @@ {{!< default}} +{{#post}}

{{title fallback="No Title Provided"}}

@@ -29,7 +30,7 @@ {{/if}} -
+
{{content fallback="

No content provided for this post.

"}}
@@ -39,3 +40,4 @@
+{{/post}}