xiaoyong931011
2022-08-09 489b38cff851af79c1908c7493e9025eec87be7c
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;
    }