@justinfagnani {%for item in items} <li>{{item}}</li>{% endfor } IMO is easier to grok than html${items.forEach(item =&gt; html<li>${item}</li>)}, especially when the stuff in loops gets more complicated and has more interpolation inside.

  • 0
  • 0
  1. @justinfagnani Guess my point is if you come at templating JS first, having it all be pure JS feels natural, but coming at it HTML/CSS first, something that feels more like HTML and CSS feels more natural. Many JRs and designers I work with are the later (and really do am I to sing extent)

    • 0
    • 1