We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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({}));
The text was updated successfully, but these errors were encountered:
Fix keep. keeto#4
fc32d96
a081c58
Fix keep closing tag. Issue keeto#4
ef7f494
No branches or pull requests
I'm getting a recursive error when doing multiple includes without loops.
"Uncaught SlabError: Recursive includes for template "li" (li > otherLi > li)."
The text was updated successfully, but these errors were encountered: