factorapp / factor

Component based full stack web framework using Web Assembly for Go
https://factorapp.io
Apache License 2.0
60 stars 5 forks source link

Let people iterate values in templates somehow #21

Open arschles opened 6 years ago

arschles commented 6 years ago

Right now, our templates have only a replacement syntax. Maybe we need a way to iterate values in templates? This really makes our template parsing code more complicated, so I wonder if we can get away without this...