first commit
This commit is contained in:
commit
058104b10f
59 changed files with 14719 additions and 0 deletions
14
templates/initi/tmpl/mainpage.tmpl
Normal file
14
templates/initi/tmpl/mainpage.tmpl
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?js
|
||||
var data = obj;
|
||||
var self = this;
|
||||
?>
|
||||
|
||||
<?js if (data.kind === 'package') { ?>
|
||||
<h3><?js= data.name ?> <?js= data.version ?></h3>
|
||||
<?js } ?>
|
||||
|
||||
<?js if (data.readme) { ?>
|
||||
<section>
|
||||
<article><?js= data.readme ?></article>
|
||||
</section>
|
||||
<?js } ?>
|
Loading…
Add table
Add a link
Reference in a new issue