{{ title }}
{{ description }}
-
{% for cell in cells %}
-
{% if cell.data.type != "editable_text" %}
Cell #{{ cell.id + 1 }}
{% else %}{{ cell.data.data | safe }}
{% endif %} {% if cell.output %} {% if cell.output.image %}{% elif cell.output.text %}
{{ cell.output.text }}
{% endif %} {% endif %}
{% endfor %}
Made with VisionScript