If I run `html2pug -f` (version 4.0.0) on: ``` <template> <child></child> </template> ``` I get output: ``` template ``` Running the same input through `html2jade` or the online `html2pug` I get the expected: ``` template child ``` Is this a bug or something I am missing?