Merge pull request #1609 from xtuple/4_5_x
[xtuple] / scripts / templates / xtuple_specs / tmpl / tutorial.tmpl
1 <section>
2     
3 <header>
4     <?js if (children.length > 0) { ?>
5     <ul><?js
6         var self = this;
7         children.forEach(function(t) { ?>
8         <li><?js= self.tutoriallink(t.name) ?></li>
9     <?js }); ?></ul>
10     <?js } ?>
11
12     <h2><?js= header ?></h2>
13 </header>  
14
15 <article>
16     <?js= content ?>
17 </article>
18
19 </section>