added adapter for Crikey templating engine

This commit is contained in:
Dominic Muller 2017-04-04 12:34:28 -07:00
parent adf515f121
commit c2be1fd659
2 changed files with 5 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
require "./kilt"
require "crikey"
Kilt.register_engine "crikey", Crikey.embed