module Crustache
Defined in:
crustache.crcrustache/context.cr
crustache/engine.cr
crustache/filesystem.cr
crustache/parse_error.cr
crustache/stringify.cr
crustache/version.cr
Constant Summary
-
DEFAULT_FILENAME =
"__str__"
-
VERSION =
"2.4.3"
Class Method Summary
- .loader(basedir, extension = ViewLoader::EXTENSION)
- .parse(io : IO, filename = DEFAULT_FILENAME, row = 1)
- .parse(string : String, filename = DEFAULT_FILENAME, row = 1)
- .parse_file(filename)
- .render(tmpl, model, fs, io)
- .render(tmpl, model, fs = HashFileSystem.new)