/* Compiled from: rsx/theme/components/_archived/unfinished/code_block.jqhtml */ (function() { 'use strict'; const template_Code_Block = { _jqhtml_version: '2.2.185', name: 'Code_Block', tag: 'pre', defaultAttributes: {"class": "p-3 bg-dark text-light rounded"}, render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this; _output.push(" ");_output.push({tag: ["code", {}, false]}); (() => { if (this.args._inner_html) { _output.push(this.args._inner_html); } else if (typeof content === 'function') { const [contentInstructions] = content.call(this); _output.push(['_content', contentInstructions]); } })(); _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_Code_Block); })(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvZGVfYmxvY2suanFodG1sIl0sInNvdXJjZXNDb250ZW50IjpbIjxEZWZpbmU6Q29kZV9CbG9jayB0YWc9XCJwcmVcIiBjbGFzcz1cInAtMyBiZy1kYXJrIHRleHQtbGlnaHQgcm91bmRlZFwiPlxuICA8Y29kZT48JT0gY29udGVudCgpICU+PC9jb2RlPlxuPC9EZWZpbmU6Q29kZV9CbG9jaz5cbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwibmFtZXMiOltdfQ==