Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/lib/werkzeug/debug/templates/source.html
diff options
context:
space:
mode:
Diffstat (limited to 'creactiweb/_templates/lib/werkzeug/debug/templates/source.html')
-rw-r--r--creactiweb/_templates/lib/werkzeug/debug/templates/source.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/creactiweb/_templates/lib/werkzeug/debug/templates/source.html b/creactiweb/_templates/lib/werkzeug/debug/templates/source.html
new file mode 100644
index 0000000..529dfbc
--- /dev/null
+++ b/creactiweb/_templates/lib/werkzeug/debug/templates/source.html
@@ -0,0 +1,8 @@
+<table class="source">
+<% for line in lines %>
+ <tr class="${' '.join(line.classes)}">
+ <td class="lineno">${line.lineno}</td>
+ <td>$escape(line.code)</td>
+ </tr>
+<% endfor %>
+</table>