{{ define "main" }}
{{- $email := .Site.Params.email -}} {{- $hash := $email | lower | md5 -}} {{ .Site.Params.author }}

{{ i18n "heroGreeting" }}

{{ .Content }}
{{ $lang := .Lang }} {{ $articlesUrl := "/articles/" }} {{ $contactUrl := "/is/here/" }} {{ if eq $lang "it" }} {{ $articlesUrl = "/it/articles/" }} {{ $contactUrl = "/it/is/here/" }} {{ end }} {{ i18n "articles" }} {{ i18n "contact" }}
{{ partial "tag-cloud.html" (dict "page" . "showCount" true "wrapInWidget" false) }}
{{ end }}