Testing syntax highlighting in the blogThis is some godom code that syntax highlighting should pick up on for the blog. func RenderHome(state HomeState) *Node { var articles []*Node for _, post := range state.Posts { articles = append(