{% if data.rows.length == 1 %}
{% for column in data.columns %}
{{ column.column.name }}
{{ data.rows[0][column.key] }}
{% endfor %}
{% endif %}