{% if error %} {% elif not rows %}
Runs, but returns no rows — a correct answer normally returns something.
{% else %}
{% for c in columns %}{% endfor %}{% for row in rows %}{% for v in row %}{% endfor %}{% endfor %}
{{ c }}
{{ v }}
{% if truncated %}
… more rows
{% endif %}{% endif %}