{{ partial "head.html" . }} {{ partial "header.html" . }}
{{ partial "carousel.html" . }}
{{.Content}}
{{ $counter := 0 }} {{ $pages := .Site.RegularPages }} {{ $recentpostlimit := (sub now.Unix 2592000 ) }} {{ range first 5 $pages }} {{ $counter = add $counter 1 }} {{ if eq $counter 1 }}

{{ .Title }} {{ if lt $recentpostlimit .Date.Unix }} Nέο

{{ end }}
{{ .Summary | plainify | safeHTML }}

Περισσότερα...

{{ else }}

{{ .Title }} {{ if lt $recentpostlimit .Date.Unix }} Nέο

{{ end }}
{{ .Summary }}

Περισσότερα...

{{ end}} {{ end }}
{{ partial "column2.html" . }}
{{ partial "footer.html" . }}