On Tue, 24 Jan 2017 14:33:10 GMT, John More wrote:

I just included the diet-ng as a dependency in my project and it will no longer build. I used html2jade previously to check my template syntax and was able to solve problems fairly quickly.
Using diet-ng produces some errors that I can not begin to figure out. I have included an example line from my template that worked without diet-ng:

input#form_instructions(type = 'hidden',name = 'form_instruction',value  = 'update') 

This produces the following error output:

../../../.dub/packages/diet-ng-1.1.1/diet-ng/source/diet/defs.d(34,3): Error: "useredit.dt(15): Singular HTML element 'input' may not have contents."

It seems like the input tag has sone text contents or child elements, but the HTML standard prohibits any contents (it's just <input ... /> without a separate closing tag).