Tone.js/grunt/vendor/tmpl/source.tmpl
2014-09-24 12:07:50 -04:00

8 lines
234 B
Cheetah

<?js
var data = obj;
?>
<section>
<article>
<pre class="sunlight-highlight-javascript <?js= this.navOptions.linenums ? 'linenums' : '' ?>"><?js= data.code ?></pre>
</article>
</section>