We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4459f commit c774a2fCopy full SHA for c774a2f
src/utils/audit_templates.rs
@@ -18,7 +18,7 @@ pub struct TemplateReportGenerator {
18
impl TemplateReportGenerator {
19
/// Create a new template report generator
20
pub fn new() -> Result<Self> {
21
- let mut tera = Tera::new("templates/**/*").unwrap_or_else(|_| Tera::default());
+ let mut tera = Tera::default();
22
23
// Register built-in templates
24
let typst_template = include_str!("../../templates/audit_report.typ");
0 commit comments