The portal to national law.

1st tier (autocompletion and short links)
{{template "country-links" .FirstTier}}
2nd tier (search form)
{{template "country-links" .SecondTier}}
3rd tier (just a link)
{{template "country-links" .ThirdTier}}

source code

{{define "country-links" -}}
{{range . -}} {{.Code}} {{- end}}
{{- end -}}