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
You want a safe templating language, one where the logic is interpreted at runtime, thus reloadable, since you can reload, reparse and reinterpret (at least in non release mode).
But ECR allows any Crystal code, which must be compiled, and it can't reload templates at runtime.
@ysbaddaden ok, Mustache(Crustache) and Liquid shards are templating languages like you said.
Maybe, could be good a shard for a template language based on ECR syntax 😅
Hi i'm using Kemal and I have to recompile files each time html change in ecr files.
Would be posible that ECR return a string with html changes rendered without recompile?
Actually ECR do this:
Would be possible do something like this:
An useful use-case would be
render
in Kemal (see: kemalcr/kemal/issues/335)The text was updated successfully, but these errors were encountered: