mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 20:13:01 +03:00
8 lines
175 B
Cheetah
8 lines
175 B
Cheetah
|
<?js
|
||
|
var data = obj;
|
||
|
?>
|
||
|
<section>
|
||
|
<article>
|
||
|
<pre class="prettyprint source"><code><?js= data.code ?></code></pre>
|
||
|
</article>
|
||
|
</section>
|