{{- partial "head.html" . }}
{{ if .Params.bannertemplate }} {{ partial .Params.bannertemplate . }} {{else}} {{ partial "hellug-banner.html" . }} {{end}} {{- partial "header.html" . }}
{{- $counter := 0 }} {{- $pages := .Site.RegularPages }} {{- $recentpostlimit := (sub now.Unix 2592000 ) }} {{- range first 5 $pages }} {{- $counter = add $counter 1 }} {{- if eq $counter 1 }}

{{ .Title }}

{{- dateFormat "02/01/2006" .Date }} {{ if lt $recentpostlimit .Date.Unix }} Nέο{{- end }}
{{ .Summary | plainify | safeHTML }}
{{- else }}

{{ .Title }}

{{- dateFormat "02/01/2006" .Date }} {{ if lt $recentpostlimit .Date.Unix }} Nέο {{- end }}
{{- .Summary }}
{{- end}} {{- end }}
{{- partial "footer.html" . }}