first commit

This commit is contained in:
Aleksey Chichenkov 2018-09-18 15:17:34 +03:00
commit 058104b10f
59 changed files with 14719 additions and 0 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>