phaser/v2/resources/docstrap-master/template/tmpl/tutorial.tmpl
2016-11-23 00:17:46 +00:00

19 lines
329 B
Cheetah
Executable file

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