gobuffalo / plush

The powerful template system that Go needs
MIT License
900 stars 56 forks source link

Panic due to an empty if condition #151

Closed Mido-sys closed 2 years ago

Mido-sys commented 2 years ago

The following code causes plush to panic due to empty condition

if() { true }

Mido-sys commented 2 years ago

@paganotoni Fixed in #152

Mido-sys commented 2 years ago

Merged in 6c2169a