Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/lib/werkzeug/debug/templates/help_command.html
diff options
context:
space:
mode:
Diffstat (limited to 'creactiweb/_templates/lib/werkzeug/debug/templates/help_command.html')
-rw-r--r--creactiweb/_templates/lib/werkzeug/debug/templates/help_command.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/creactiweb/_templates/lib/werkzeug/debug/templates/help_command.html b/creactiweb/_templates/lib/werkzeug/debug/templates/help_command.html
new file mode 100644
index 0000000..3ce949b
--- /dev/null
+++ b/creactiweb/_templates/lib/werkzeug/debug/templates/help_command.html
@@ -0,0 +1,10 @@
+<%py missing = object() %>
+<div class="box">
+ <% if title and text %>
+ <h3>$title</h3>
+ <pre class="help">$text</pre>
+ <% else %>
+ <h3>Help</h3>
+ <p>Type help(object) for help about object.</p>
+ <% endif %>
+</div>