Created
February 17, 2013 15:35
-
-
Save gkmngrgn/4971903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipdb> rendered_value | |
u'<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1\n2\n3\n4\n5\n6\n7</pre></div></td><td class="code"><div class="highlight"><pre><span class="nv">views = </span><span class="nx">require</span><span class="p">(</span><span class="s">'juju'</span><span class="p">).</span><span class="nx">views</span><br /><br /><span class="k">class</span> <span class="nx">exports</span><span class="p">.</span><span class="nx">Index</span> <span class="k">extends</span> <span class="nx">views</span><span class="p">.</span><span class="nx">TemplateView</span><br /> <span class="nv">constructor: </span><span class="nf">-></span><br /> <span class="k">super</span><br /><br /> <span class="vi">@template_name = </span><span class="s">'index'</span><br /></pre></div>\n</td></tr></table><p>bla bla bla</p>\n<pre class="literal-block">\nviews = require(\'juju\').views\n\nclass exports.Index extends views.TemplateView\n constructor: ->\n super\n\n @template_name = \'index\'\n</pre>\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment