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

File: {{ short_path }}

Full path: {{ full_path }}

Functions:

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