require-handlebars-plugin icon indicating copy to clipboard operation
require-handlebars-plugin copied to clipboard

Not well-formed

Open virik opened this issue 9 years ago • 1 comments

How come I get the not well-formed message when calling my templates?

{{!
    {
    "name" : "footer",
    "decription" : "Footer"
    }
}}
<div class="footer">
    &copy; 2016 Company Name
    <div class="pull-right">
        <h2>Produkt name<h2>
    </div>
</div>

virik avatar Jun 05 '16 18:06 virik

The <h2> tag in your HTML markup is not closed.

prantlf avatar Mar 05 '17 14:03 prantlf