package utils import "fmt" func HeadTitle(text string) string { return fmt.Sprintf("%s | Roleypoly", text) }