first commit
This commit is contained in:
commit
058104b10f
59 changed files with 14719 additions and 0 deletions
19
templates/initi/tmpl/tutorial.tmpl
Normal file
19
templates/initi/tmpl/tutorial.tmpl
Normal file
|
@ -0,0 +1,19 @@
|
|||
<section>
|
||||
|
||||
<header>
|
||||
<?js if (children.length > 0) { ?>
|
||||
<ul><?js
|
||||
var self = this;
|
||||
children.forEach(function(t) { ?>
|
||||
<li><?js= self.tutoriallink(t.name) ?></li>
|
||||
<?js }); ?></ul>
|
||||
<?js } ?>
|
||||
|
||||
<h2><?js= header ?></h2>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<?js= content ?>
|
||||
</article>
|
||||
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue