Expand description
The submodule responsible for creating the [minijinja::Environment] and loading of templates.
Constantsยง
- BASE_
TEMPLATE_ NAME - CUL_
TEMPLATE_ NAME - C_
TEMPLATE_ NAME - DERIVED_
REF_ ๐ID_ ATTR - DERIVED_
REF_ ๐NAME_ ATTR - DERIVED_
REF_ ๐SUBDIR_ ATTR - DYN_
TEMPLATE_ NAME - FAITH_
TEMPLATE_ NAME - HOUSE_
TEMPLATE_ NAME - H_
TEMPLATE_ NAME - LOCALIZATION_
FUNC_ ๐NAME - LOCALIZATION_
GLOBAL ๐ - REF_
TEMPLATE_ NAME - TEMPLATE_
NAMES ๐ - TIMELINE_
TEMPLATE_ NAME - TITLE_
TEMPLATE_ NAME
Functionsยง
- create_
env - Environment creation
- localize ๐
- render_
ref ๐ - A function that renders a reference. May be used in the templates as filter(using [Environment::add_filter]) or function(using [Environment::add_function]) to render a reference to another object. If the reference is shallow, it will render just the name, otherwise render it as a link. The function must be rendered without html escape. Calling this on an undefined reference will fail.