kirbysayshi / vash

Vash, the 60 billion double-dollar template-maker. Razor syntax, for JavaScript templates
Other
524 stars 60 forks source link

UnclosedNodeError: Found unclosed VashMarkup #130

Open supardyke opened 5 years ago

supardyke commented 5 years ago
UnclosedNodeError: Found unclosed VashMarkup at template line 9, column 3

Context: 
     7 |    @html.block('content',function(model){
     8 |        <div class="content-main" id="content-main">
  >  9 |            <div class="padding mb-4">
    10 |                <div class="b-b b-primary nav-active-primary">
    11 |                    <ul class="nav nav-tabs">
    12 |                        <li class="nav-item ">
kirbysayshi commented 4 years ago

Hey @supardyke, I'm not sure what's happening in your error output, since I can't see the entire template. Are all of the tags closed? Does the template have enough closing </div> tags to match <div class="padding mb-4">?

MuneebNazir commented 3 years ago

Same issue