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

ask a question!

{% for id_, link, dt, question, answer, host in qnas %} {% if host == "curiouscat" %}
{{ dt.isoformat() }} - {{ host }}
{% else %}
{{ dt.isoformat() }} - {{ host }}
{% endif %}

{{ question }}

{{ answer }}

{% endfor %}
{% endblock %}