class

Stacker::Context

Inherits Reference / Object

Constructors

new(root_dir : String)

Context is a wrapper around Crinja.

It creates and setup a new Crinja environment to compile Jinja templates.

Filters and functions defined under src/runtime will be automaticaly loaded.

Source

Class methods

crinja_info
Source

Instance methods

crinja_info
Source
env

Retrieve the Crinja runtime instance

Source
root_dir

Retrieve the Crinja runtime root dir

Source