// Compiled from: Simple_Table_Test.jqhtml
(function() {
'use strict';
const template_Simple_Table_Test = {
_jqhtml_version: '2.2.185',
name: 'Simple_Table_Test',
tag: 'div',
defaultAttributes: {},
render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this;
_output.push(" ");_output.push({tag: ["table", {"class": "table"}, false]});
_output.push(" ");_output.push({tag: ["tr", {}, false]});
_output.push(" ");_output.push({tag: ["td", {}, false]}); _output.push("Test"); _output.push("");
_output.push(" "); _output.push("");
_output.push("");
return [_output, this]; },
dependencies: []
};
// Self-register with jqhtml runtime
// Must use window.jqhtml since we're in bundle scope
if (!window.jqhtml) {
throw new Error('FATAL: window.jqhtml is not defined. The jqhtml runtime must be loaded before registering templates.');
}
// Auto-register following standard jqhtml pattern
window.jqhtml.register_template(template_Simple_Table_Test);
})();
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNpbXBsZV90YWJsZV90ZXN0LmpxaHRtbCJdLCJzb3VyY2VzQ29udGVudCI6WyI8RGVmaW5lOlNpbXBsZV9UYWJsZV9UZXN0PlxuICA8dGFibGUgY2xhc3M9XCJ0YWJsZVwiPlxuICAgIDx0cj5cbiAgICAgIDx0ZD5UZXN0PC90ZD5cbiAgICA8L3RyPlxuICA8L3RhYmxlPlxuPC9EZWZpbmU6U2ltcGxlX1RhYmxlX1Rlc3Q+XG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwibmFtZXMiOltdfQ==