anchor1 := fmt.Sprintf(
"
%s",
p.Handle,
template.HTMLEscapeString(p.Name),
)
anchor2 := fmt.Sprintf(
"
%s",
r.TribeUUID(), r.UUID,
template.HTMLEscapeString(r.Name),
)
anchor3 := fmt.Sprintf(
"
%s",
loc.Latitude, loc.Longitude,
template.HTMLEscapeString(loc.String()),
)