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

ask a question!

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

{{ question }}

{{ answer }}

{% endfor %}
{% endblock %}