Closed
Description
#20531 added break
and continue
to text/template
, but these keywords are not available in html/template
.
Running a simple template (https://github.com/campoy/gotalks/blob/master/go1.10/template/main.go) with html/template
fails at runtime with
panic: escaping {{continue}} is unimplemented