{{ $image := resources.Get "images/logo.png" }}
{{ .Site.Title }}
{{ .Site.Params.slogan }}
{{ $current := . }} {{ range .Site.Menus.main.ByWeight }} {{ $active := "" }} {{ $menu_item_url := .URL | relLangURL }} {{ $page_url:= $current.RelPermalink | relLangURL }} {{ if eq $menu_item_url $page_url }} {{ $active = "active" }} {{ end }} {{ if (and (hasPrefix $page_url $menu_item_url) (not (eq $menu_item_url "/"))) }} {{ $active = "active" }} {{ end }}
{{ $title := .Title }} {{ with (index site.Params .Identifier) }} {{ if isset . "title" }} {{ $title = .Title }} {{ else }} {{ $title = . }} {{ end }} {{ end }} {{ $title }}
{{ end }}
{{ partial "locales-list.html" }}