← back to hub
↑ parent
{{ config.description | default('Eval Output') }}
{% for header in table[0] %}
{{ header | escape }}
{% endfor %}
{% for row in table.slice(1) %}
{% for cell in row %}
{{ cell | escape }}
{% endfor %}
{% endfor %}