{% extends "template.html.j2" %} {% block content %}

ask a question!

{% for id_, link, dt, question, answer, host in qnas %}
{{ dt.isoformat() }} - {{ host }}

{{ question }}

{{ answer }}

{% endfor %}
{% endblock %}