{{ define "main" }}
    {{ range (.Paginate ( .Pages.ByDate.Reverse )).Pages }}
    {{ with .Params.author.image }} profile {{ end }}
    {{ .Params.author.name }}

    {{ .Params.author.bio }}

    {{ with .Params.post.image }}
    {{ end }}
    {{ .Params.post.title }}
    {{ i18n "Continue reading" }}
    {{ end }}
{{ end }}