Skip to main content

environment

Function environment 

Source
pub fn environment(config: &TemplatingConfig) -> Environment<'static>
Expand description

Construct a fresh minijinja::Environment with the framework’s embedded templates pre-registered and an optional filesystem override root. Callers typically wrap the result in Arc and cache it.