Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/lib/werkzeug/debug/templates/dump_object.html
diff options
context:
space:
mode:
Diffstat (limited to 'creactiweb/_templates/lib/werkzeug/debug/templates/dump_object.html')
-rw-r--r--creactiweb/_templates/lib/werkzeug/debug/templates/dump_object.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/creactiweb/_templates/lib/werkzeug/debug/templates/dump_object.html b/creactiweb/_templates/lib/werkzeug/debug/templates/dump_object.html
new file mode 100644
index 0000000..59d80bf
--- /dev/null
+++ b/creactiweb/_templates/lib/werkzeug/debug/templates/dump_object.html
@@ -0,0 +1,14 @@
+<div class="box">
+ <h3>$escape(title)</h3>
+ <% if repr %>
+ <div class="repr">$repr</div>
+ <% endif %>
+ <table>
+ <% for key, value in items %>
+ <tr>
+ <th>$escape(key)</th>
+ <td>$value</td>
+ </tr>
+ <% endfor %>
+ </table>
+</div>