--- templateexporter.py.org 2023-05-02 02:12:06.769477269 +0900 +++ templateexporter.py 2023-05-04 01:40:03.723415898 +0900 @@ -74,6 +74,7 @@ "escape_html_keep_quotes": lambda s: html.escape(str(s), quote=False), # For sanitizing HTML for any XSS "clean_html": filters.clean_html, + "bypass_svg": filters.bypass_svg, "strip_trailing_newline": filters.strip_trailing_newline, "text_base64": filters.text_base64, }