require-handlebars-plugin
require-handlebars-plugin copied to clipboard
Not well-formed
How come I get the not well-formed message when calling my templates?
{{!
{
"name" : "footer",
"decription" : "Footer"
}
}}
<div class="footer">
© 2016 Company Name
<div class="pull-right">
<h2>Produkt name<h2>
</div>
</div>
The <h2> tag in your HTML markup is not closed.