{{ define "content" }}
{{ range .Pages }}

{{ .Title }}

{{ if isset .Params "author" }} {{ i18n "authorBy" }} {{ .Params.author }} {{ end }} {{ if isset .Params "categories" }} {{ if gt (len .Params.categories) 0 }} in {{ index .Params.categories 0 }} {{ end }} {{ end }}

{{ .Date.Format .Site.Params.date_format }}

{{ .Summary }}

{{ i18n "continueReading" }}

{{ end }}
{{ partial "sidebar.html" . }}
{{ end }}