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

{{ short_path }}

{% else %}

File: {{ short_path }}

Full path: {{ full_path }}

{% endif %} {% from 'info_panel.html' import info_panel %} {% call info_panel() %}

Click on a function name to view calls to that function.

Click on the icon to view the most recent call to that function.

{% endcall %}
{% if funcs.module %} {% set func = funcs.module[0] %} Execution of module {% endif %} {% if funcs.function %}

Functions:

{% endif %} {% endblock -%}