{% from "components/banner.html" import banner_wrapper %} {% call banner_wrapper(type='tour') %}

Try sending yourself this example

1.

Every message is sent from a template

2.

The template pulls in the data you provide

3.

Notify delivers the message

{% if help == '3' %} Now go to your dashboard {% endif %}
{% endcall %}