package rendering import ( "fmt" ) func FontAwesome(str string) string { return fmt.Sprintf(`%s`, str) }