module Templates
Overview
The Templates module is a singleton that provides access to the templates. The loader will look for templates in several places:
- The
templates/
directory - The current directory
- The templates shipped in the binary itself
It will also try to load it with and without adding the .j2
extension.
You can see the provided templates in
Github
and adapt them to your needs: make a copy and pass it in the
-t
option to Crycco.
Extended Modules
Defined in:
templates.crConstant Summary
-
Env =
Crinja.new