File: mainpage.tmpl

package info (click to toggle)
node-async 3.2.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,732 kB
  • sloc: javascript: 13,616; sh: 151; makefile: 126
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?js
var data = obj;
var self = this;
?>

<?js if (data.readme) { ?>
    <section class="readme">
        <article><?js= data.readme ?></article>
    </section>
<?js } ?>