Add-Sticker Demo
{% if input_count > 0 %}
Inputs
{% for i in range(0, input_count) %}
{% endfor %}
{% if sticker is not none %}
Sticker
{% endif %}
{% endif %}
{% if output_count > 0 %}
| Input |
Sticker |
Output |
{% for i in range(0, output_count) %}
|
|
|
{% endfor %}
{% endif %}
{% for message in log %}
{{ message }}
{% endfor %}