{{#if content}}
{{siteTitle}} - {{title}}
{{else}}
{{siteTitle}}{{tagAndPage}}
{{/if}}
{{siteTitle}}
{{#if pages}}
{{#each pages}}
{{page}}
{{/each}}
{{/if}}
{{#if home}} {{!-- This section is visible if you're on the main landing page --}} {{/if}}
{{#if posts}}
{{#each posts}}
{{title}}
{{prettyDate}}
{{{content}}}
{{/each}} {{#if paginated}}
{{#if prevPage}}
â‡
{{/if}}
Page {{page}} / {{totalPages}}
{{#if nextPage}}
⇢
{{/if}}
{{/if}}
{{else if content}}
{{title}}
{{prettyDate}}
{{{content}}}
{{/if}}