mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
9 lines
231 B
Cheetah
9 lines
231 B
Cheetah
<?js
|
|
var data = obj;
|
|
?>
|
|
<section>
|
|
<article>
|
|
<pre class="prettyprint source <?js= env.conf.templates.linenums ? 'linenums' : '' ?>"><code><?js= data.code ?></code></pre>
|
|
</article>
|
|
</section>
|