{{- /* Shared two-column layout with scrollspy navigation for agent pages */ -}} {{- $agents := .Agents -}} {{- $sorted := .Sorted -}}
{{ range $_, $id := $sorted }} {{ $a := index $agents $id }}
{{ template "_akteur" $a }}
{{ end }}