kirbysayshi/vash

UnclosedNodeError: Found unclosed VashMarkup

Opened this issue · 2 comments

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 ">

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">?

Same issue