The contents of an html template fail to be included in the resulting parsed structure, thus resulting in an empty template.
## Expected behavior
Output should include the contents of the template.
```elixir
{:ok,
[
{"html", [],
[{"head", [], []}, {"body", [], [{"template", [{"id", "idc"}], ["I am a text node ", {"p", [], ["And I am inside a p tag"]}]}]}]}
]}
Description
The contents of an html template fail to be included in the resulting parsed structure, thus resulting in an empty template.
To Reproduce
Steps to reproduce the behavior: