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

inline partials inside ^if block are broken #39

Closed paulsmith closed 2 years ago

paulsmith commented 2 years ago

The codegen for partials is finicky, so it is not surprising that the initial pass on it would not work in all cases. There is a composition bug where an inline partial can't be conditional inside an ^if, because of the way top-level content rendering is handled.

paulsmith commented 2 years ago

Fixed by 15fd696b4cba8192f27249e92b54920de904aa7f