I encounter a panic on some html: ``` thread '<unnamed>' panicked at src/flat_dom.rs:218:9: Templates not supported ``` I understand the proper support <template> is hard; is is possible to gracefully degrade by ignoring or emitting raw template tags? In general, I think panicking should be avoided in a parser.