(function() { var tmpl; tmpl = toffee.templates["/"] = { bundlePath: "/" }; tmpl.render = tmpl.pub = function(__locals) { var __repress, _ln, _to, _ts, i, len, ref, supply; __locals = __locals || {}; __repress = (ref = __locals.__toffee) != null ? ref.repress : void 0; _to = function(x) { return __locals.__toffee.out.push(x); }; _ln = function(x) { return __locals.__toffee.lineno = x; }; _ts = function(x) { return __locals.__toffee.state = x; }; toffee.__augmentLocals(__locals, "/"); with (__locals) {; __toffee.out = []; _ts(1); _ts(2); for (i = 0, len = supplies.length; i < len; i++) { supply = supplies[i]; _ts(1); _ts(1); _ln(2); _to("
  • "); _to("" + (supply != null ? escape(supply) : '')); _to("
  • "); _ts(2); } __toffee.res = __toffee.out.join(""); if (typeof postProcess !== "undefined" && postProcess !== null) { __toffee.res = postProcess(__toffee.res); } if (!__repress) { return __toffee.res; } else { return ""; } }; true; } /* closing JS 'with' */ ; if (typeof __toffee_run_input !== "undefined" && __toffee_run_input !== null) { return tmpl.pub(__toffee_run_input); } }).call(this);