Replies: 1 comment
-
There is an example for this in the readme: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a handlebar html
<ul><li>{{#listConstruct product}}{{this}}{{/listConstruct}}</li></ul>
Need to have output like this
I wrote a listConstruct helper like this.
But this result in output like this
<ul><li><li>Pen</li><li>Pencil</li><li>Notebook</li></li></ul>
How to remove the extra li inside of UL.
Beta Was this translation helpful? Give feedback.
All reactions