File: source.tmpl

package info (click to toggle)
node-async 3.2.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,752 kB
  • sloc: javascript: 13,603; sh: 148; makefile: 126
file content (8 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
<?js
    var data = obj;
?>
    <section>
        <article>
            <pre class="prettyprint source linenums"><code><?js= data.code ?></code></pre>
        </article>
    </section>