-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm getting a recursive error when doing multiple includes without loops.
"Uncaught SlabError: Recursive includes for template "li" (li > otherLi > li)."
var str = '{slab ul}\
<ul>\
{include li}\
{include otherLi}\
</ul>\
{endslab}\
\
{slab li}\
<li></li>\
{endslab}\
\
{slab otherLi}\
{include li}\
{endslab}';
var template = slab.compile(str);
console.log(template.ul({}));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels