mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Add render macro to kemal core to have dynamic rendering mechanism. It actually binds built-in ecr parser to the Kemal as a macro.
This commit is contained in:
parent
692939dfe8
commit
945fa59a6c
6 changed files with 73 additions and 1 deletions
1
spec/asset/hello.ecr
Normal file
1
spec/asset/hello.ecr
Normal file
|
@ -0,0 +1 @@
|
|||
Hello <%= env.params["name"] %>
|
Loading…
Add table
Add a link
Reference in a new issue