wbond / pybars3

Handlebars.js template support for Python 3 and 2
GNU Lesser General Public License v3.0
179 stars 46 forks source link

created #repeat functionality #51

Open zaafar opened 5 years ago

zaafar commented 5 years ago

I have created {{#repeat}} {{/repeat}} helper function for this library (similar to _each helper function). It's very similar to the one provided in this javascript tool. Let me know if you are interested in it, I will create a PR for it.