Go support template embedding using template names.
const temp1 = ` This is main {{template "sub"}} ` const temp2 = ` this is child ` func main() {