{% extends "base.html" %} {% block head %} {{ super() }} Table of results {% endblock %}
{% include 'lab_header.html' %}
{% block body %}

Lab name goes here:-)

{% for row in table %} {% for data in row %} {% endfor %} {% endfor %}
{{ data }}

Back

{% endblock %}