module Kilt

Defined in:

kilt.cr
kilt/exception.cr
kilt/version.cr

Constant Summary

ENGINES = {"ecr" => embed_ecr, "mustache" => embed_mustache, "slang" => Slang.embed} of String => Int32

macro only constant

VERSION = "0.3.1"

Macro Summary

Macro Detail

macro embed(filename, io_name = "__kilt_io__", *args) #

[View source]
macro file(filename, io_name = "__kilt_io__", *args) #

[View source]
macro register_engine(ext, embed_macro) #

[View source]
macro render(filename, *args) #

[View source]