/*! * zollty-tmpl.js * HTML or String Template Engine with JavaScript * https://github.com/zollty-org/zollty-tmpl * Version 1.3.2 (Released on 2015-07-09) * Licensed under the MIT, BSD, and GPL Licenses. */ /*global define: false*/ (function(global, factory) { if (typeof exports === "object" && exports) { factory(exports); // CommonJS } else if (typeof define === "function" && define.amd) { define(['exports'], factory); // AMD } else { factory(global.zollty = {}); //