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 %} {% for i in range(0, output_count) %} {% endfor %}
Input Sticker Output
{% endif %} {% for message in log %}
  • {{ message }}
  • {% endfor %}