{% extends "base.html" %} {% block body %} {% if is_ipython %}

{{ short_path }}

{% else %}

File: {{ short_path }}

Full path: {{ full_path }}

{% endif %}

Functions:

{% for func in funcs %}
  • {{ func.0 }}
  • {% endfor %} {% endblock %}