{% extends 'base.html' %} {% block title %} Detail - {{ block.super }} {% endblock %} {% block body %}
{% if results %} {% for result in results %} {% endfor %}
Sample Basic Blocks Functions
{{ result.File }} {{ result.BasicBlocks }} {{ result.Functions }}
{% endif %} {% if failed %} {% endif %} {% if empty %} {% endif %}
{% endblock %}