{{ $projects := first 4 ((where .Site.RegularPages "Type" "blog").ByParam "LastmodDate") }} {{ with $projects }}

{{ i18n "latest_articles" }}

{{ range . }}
{{ partial "partials/article-item-home.html" (dict "article" . "tags" "cattags") }}
{{ end }}
{{ end }}