{% extends "base.html" %} {% block content %}

{{ module.__name__ }}

{% if module.__doc__ is not none %}
{{ module.__doc__ }}
{% endif %} {% if any_uncallable %} {% endif %} {% endblock %}