{{block Switcher(baseURL, paths, names, currentPath)}} {{ range i, k := paths }} <a href="{{ baseURL }}{{k}}" class="switch-button" selected="{{ currentPath == k ? 1 : 0}}"> {{names[i]}} </a> {{ end }} {{ end }}