fix
Helius
2022-07-11 a27d3c2343846103c5540f526c3c2f38b85352e1
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;
    }