adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
844 stars 30 forks source link

Fix interaction between ^for and ^partial #92

Closed paulsmith closed 1 year ago

paulsmith commented 1 year ago

The code generation for partials is a bit slapdash and was not correct when a ^for loop was used in the main page.

Fixes #90