<div>
<header>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ $text := print .Name | safeHTML }}
{{ $text }}</a>
{{ end }}
</div>
</header>