This is an issue I found while fuzzing this morning. Here is a simplified test case: > let context = Context::new(); > let _ = Tera::one_off("{{1/0}}", &context, true);