{{ define "main" }}
{{ if .Params.image }}
{{ .Site.Params.author }}
{{ end }}
{{ .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 "headingLevel" "h2") }}
{{ end }}