Tone.js/utils/doc_config/vendors/tmpl/tutorial.tmpl
Yotam Mann d9b347bdfd moved doc_config into vendors
so github won’t think my repo is 65% css
2014-09-12 10:00:06 -04:00

19 lines
348 B
Cheetah

<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>