KKSU
2024-01-09 dfe5a83f6286e71a980a4e5210b65272f2f7a76b
src/main/java/com/xcong/farmer/cms/core/template/TemplateLoader.java
@@ -23,9 +23,7 @@
    public Template template(File file) {
        Template template = new Template(file, this.systemData);
        synchronized (this) {
            template.parser();
        }
        template.parser();
        return template;
    }