whs.js/docs/template/tmpl/tutorial.tmpl
Alexander Buzin e5502b64c1 New design
Former-commit-id: 80dee6f535d2e2bb61a93319e253c054119ede3a
2017-06-17 23:27:21 +03:00

18 lines
291 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 } ?>
</header>
<article>
<?js= content ?>
</article>
</section>