{% from "components/banner.html" import banner_wrapper %} {% if request.args['help'] and request.args['help'] != '0' %} {% call banner_wrapper(type='tour') %}

Get started

1.

Send yourself this example message

2.

The template pulls in the data you provide

3.

Now try it with your own message

{% if request.args['help'] == '3' %} Write an email Write a text message {% endif %}
{% endcall %} {% else %} {% endif %}