yesodweb / shakespeare

Haml-like template files that are compile-time checked
http://www.yesodweb.com/book/shakespearean-templates
MIT License
136 stars 76 forks source link

Support lens operators in templates #269

Open silky opened 2 years ago

silky commented 2 years ago

I think lens operators don't quite work in the templates;

for example, I have

#{a ^. #name}

and I get:

...
unexpected "^"
expecting "}"