{% extends "gourde/_base.html" %} {% block title %}threads{% endblock %} {% block content %}

Threads

{% for thread, stack in threads.items() %}

{{ thread }}

{{ stack }}
{% endfor %}
{% endblock %}