{{ partial "head.html" . }} {{ partial "header.html" . }}
{{ partial "hellug-banner.html" . }}
{{.Content}}
{{ $articlelimit := 5 }} {{ $articlenum := len .Pages }} {{ $counter := 0 }} {{ $lastyear := (sub now.Unix 31536000 ) }} {{ range first $articlelimit .Pages }} {{ $counter = add $counter 1 }} {{ if eq $counter 1 }}

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

{{ end }}
{{ .Summary }}

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

{{else}}

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

{{ end }}
{{ .Summary }}

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

{{ end }} {{ end }} {{ if gt $articlenum $articlelimit }}

Παλαιότερα άρθρα

    {{ range after 10 .Pages }}
  • {{ .Title }}
  • {{ end }}
{{ end }}
{{ partial "column2.html" . }} {{ partial "footer.html" . }}