-- in --
package main
templ test() {
// This is not included in the output.
Some standard templ
/* This is not included in the output too. */
/*
Leave this alone.
*/
}
-- out --
package main
templ test() {
// This is not included in the output.
Some standard templ
/* This is not included in the output too. */
/*
Leave this alone.
*/
}