Skip to content
Snippets Groups Projects
tutorial.tmpl 327 B
Newer Older
  • Learn to ignore specific revisions
  • Laura Cappelli's avatar
    Laura Cappelli committed
    <section>
        
    <header>
        <?js if (children.length > 0) { ?>
        <ul><?js
            var self = this;
            children.forEach(function(t) { ?>
            <li><?js= self.tutoriallink(t.name) ?></li>
        <? }); ?></ul>
        <?js } ?>
    
        <h2><?js= header ?></h2>
    </header>  
    
    <article>
        <?js= content ?>
    </article>
    
    </section>