{{> header}}
{{ locale.blogPage.title }}
{{{ locale.blogPage.description }}}
{{#each postList }}
{{{ this.postInfo.title }}}
{{{ this.postInfo.caption }}}
{{ ../locale.blogPage.published }}
{{{ this.postInfo.author }}}
{{ ../locale.blogPage.publishedOn }}
{{{ this.postInfo.date }}}
{{/each}}
{{> footer }}