{{ if isset .Site.Taxonomies "tagsspot" }} {{ if not (eq (len .Site.Taxonomies.tagsspot) 0) }}

{{ i18n "tags" }}

{{ $current_path := .RelPermalink}} {{ range $name, $item := .Site.Taxonomies.tagsspot }} {{ $pagepath := $name | urlize | lower | printf "%s%s" "/tagsspot/"}} {{ $p := $.Site.GetPage $pagepath}} {{ $path := $p.RelPermalink }} {{ if eq $current_path $path }} {{ $p.Title }} {{ else }} {{ $p.Title }} {{ end }} {{ end }}
{{ end }} {{ end }} {{ $projects := first 4 ((where .Site.RegularPages "Type" "blogspot").ByParam "LastmodDate") }} {{ with $projects }}

{{ i18n "latest_articles" }}

{{ range . }}
{{ partial "widgets/article.html" . }}
{{ end }}
{{ end }}