{{#if content}} {{siteTitle}} - {{title}} {{else}} {{siteTitle}}{{tagAndPage}} {{/if}} {{!-- Hi! (Note: This is a comment that won't be in your rendered site HTML) This site uses Handlebars to fill in all the content in this template. You can learn how to use Handlebars here: https://handlebarsjs.com/guide/ Feel free to add, move, modify, or remove any of the Handlebar elements, but you may want to be familiar with how it works before doing so (especially "if", "else if", and "each" blocks). --}}

{{siteTitle}}

{{{siteDescription}}}

{{#if pages}} {{/if}}
{{#if home}}
{{!-- This section is visible if you're on the main landing page --}}
{{/if}} {{#if posts}}
{{!-- This section is visible on the landing page or paginated pages beyond it --}}

Posts

{{#each posts}}

{{title}}

{{prettyDate}}

{{{description}}} {{!-- Note: If you'd like to show full posts here, replace "description" with "content" --}}

{{/each}} {{#if paginated}} {{/if}}
{{else if content}}
{{!-- This section is visible if you're on an individual post or page: --}}

{{title}}

{{prettyDate}}

{{{content}}}
{{/if}}