node-query/node_modules/jsdoc/templates/default/tmpl/tutorial.tmpl

20 lines
321 B
Cheetah
Raw Normal View History

2014-10-20 16:56:45 -04:00
<section>
2014-10-22 10:11:40 -04:00
2014-10-20 16:56:45 -04:00
<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>
2014-10-22 10:11:40 -04:00
</header>
2014-10-20 16:56:45 -04:00
<article>
<?js= content ?>
</article>
2014-10-22 10:11:40 -04:00
</section>