You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Text.Hamlet.Runtime states that runtime Hamlet doesn't support URL interpolation. I'm wondering what is fundamentally different with it comparing to plain #{} interpolation. Can this restriction be lifted?
The text was updated successfully, but these errors were encountered:
It's been a long time since I worked on that code, but I think the limitation is pretty inherent. If you can see a way to implement it, I don't have an objection to including it.
The
Text.Hamlet.Runtime
states that runtime Hamlet doesn't support URL interpolation. I'm wondering what is fundamentally different with it comparing to plain#{}
interpolation. Can this restriction be lifted?The text was updated successfully, but these errors were encountered: