package main templ head() { jolheiser } func fill(hex string) string { return "#" + hex } templ body(links []Link) {
avatar

{ `@` }jolheiser

} templ index(links []Link) { @head() @body(links) }