Check-Driving HTML Templates
foo Let’s examine methods to do it in phases: we begin with the next check that tries to compile the template. In Go we use the usual html/template bundle. Go func Test_wellFormedHtml(t *testing.T) { templ := template.Should(template.ParseFiles(“index.tmpl”)) _ = templ } In Java, we use jmustache as a result of it is quite simple to…