From ea4dab1251eccc63e8717c99327282b7af04671f Mon Sep 17 00:00:00 2001 From: Marvin Jütte Date: Tue, 7 Nov 2023 13:49:37 +0100 Subject: add support for svg file extension --- askama_derive/src/config.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'askama_derive/src/config.rs') diff --git a/askama_derive/src/config.rs b/askama_derive/src/config.rs index 47801cd..2347f6c 100644 --- a/askama_derive/src/config.rs +++ b/askama_derive/src/config.rs @@ -299,7 +299,7 @@ pub(crate) fn get_template_source(tpl_path: &Path) -> std::result::Result