pub fn load_template(
template: &str,
params: Vec<(&str, &str)>,
assets: Option<Vec<&str>>,
) -> StringExpand description
Renders a Tera template with the given parameters and optional asset list.
Automatically injects session_message (empty if not provided) and assets.