{% extends 'base.html' %}{% block start %}
software outputs
{% for line in log_contents %}

{{ line }}

{% endfor %}
{% endblock start %}