mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
Add liquid.cr support (#15)
* Add liquid.cr support * Minor * Add specs for passing custom context to Liquid E.g.: context = Liquid::Context.new context.set "key", "value" render( "/path/to/template.liquid", context)
This commit is contained in:
parent
d177f02e12
commit
bfd630f35c
4 changed files with 38 additions and 0 deletions
1
spec/fixtures/test.liquid
vendored
Normal file
1
spec/fixtures/test.liquid
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<span>{{ process.pid }}</span>
|
Loading…
Add table
Add a link
Reference in a new issue