# Packages
Package configuration defines data structure (configuration) for the data-driven renderer
Configuration is a tree structure and can be created from a YAML files or 'key=value' pairs.
# Constants
LeftDelim is the default left template delimiter.
MissingKeyErrorOption is the renderer option to stops execution immediately with an error on missing key.
MissingKeyInvalidOption is the renderer option to continue execution on missing key and print "<no value>".
RightDelim is the default right template delimiter.