mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
added adapter for Crikey templating engine
This commit is contained in:
parent
adf515f121
commit
c2be1fd659
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@ Simplify developers' lives by abstracting template rendering for multiple templa
|
|||
| Mustache | .mustache | [crustache](https://github.com/MakeNowJust/crustache) | [@MakeNowJust](https://github.com/MakeNowJust) |
|
||||
| Slang | .slang | [slang](https://github.com/jeromegn/slang) | [@jeromegn](https://github.com/jeromegn) |
|
||||
| Temel | .temel | [temel](https://github.com/f/temel) | [@f](https://github.com/f) |
|
||||
| Crikey | .crikey | [crikey](https://github.com/domgetter/crikey) | [@domgetter](https://github.com/domgetter) |
|
||||
|
||||
See also:
|
||||
[Registering your own template engine](#registering-your-own-template-engine).
|
||||
|
|
4
src/crikey.cr
Normal file
4
src/crikey.cr
Normal file
|
@ -0,0 +1,4 @@
|
|||
require "./kilt"
|
||||
require "crikey"
|
||||
|
||||
Kilt.register_engine "crikey", Crikey.embed
|
Loading…
Reference in a new issue