• astaxie's avatar
    fix #163 · 4f538e7f
    astaxie authored
    you can set the delimiter like this
    
    beego.TemplateLeft="{#"
    beego.TemplateRight="#}"
    
    or can set the config file like app.ini
    
    templateleft={#
    templateright=#}
    4f538e7f
beego.go 7.53 KB