{% extends 'base.html' %} {% block content %}

Output

{%- for item, itemdata in outputlines.items() %}
{{ item }}: {{ itemdata }}
{%- endfor %} {% if not outputlines %}
There is no data to show
{% endif %}
{% endblock %}