23242526272829
public JHaml() { this(new JHamlConfig()); } public JHaml(JHamlConfig config) { this.config = config; helper = new Helper(config); }