mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 } ?>
|