bundled/werkzeug/werkzeug/debug/templates/help_command.html @ b2bd9c232faa flask

Bundle Werkzeug.
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 20:14:01 -0400
parents (none)
children (none)
<%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>