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
blob: 3ce949b39be0c9970c2e88f2fb9cc65b6fd769d0 (plain)
1
2
3
4
5
6
7
8
9
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>