{% extends "processor.html" %} {% block output %}

Output

{% for param, val in output.items() %} {% endfor %}
{{ param }}: {{ val }}
{% endblock %}