More documentation fixes

This commit is contained in:
Robert Nelson
2013-12-26 22:49:37 -08:00
parent 8449062191
commit 17ad1f5fed
220 changed files with 23782 additions and 8118 deletions

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