test

Testing syntax highlighting in the blog

This 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(

September 22, 2024 · breadchris