{% include 'header.html' %}
Hotspots
Filename
# Commits
# Authors
LoC
Complexity
Tech
{% for row in data %}
{{ row['file_path'] }}
{{ row['commits'] }}
{{ row['authors'] }}
{{ row['Lines'] }}
{{ row['Complexity'] }}
{{ row['Language'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}