mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 00:03:39 +02:00
10 lines
171 B
Cheetah
10 lines
171 B
Cheetah
<?js
|
|
var data = obj;
|
|
var self = this;
|
|
?>
|
|
|
|
<?js if (data.readme) { ?>
|
|
<section class="readme">
|
|
<article><?js= data.readme ?></article>
|
|
</section>
|
|
<?js } ?>
|