hey {{first_name}} welcome to Laudspeaker!
And go beyond basics by using liquid logic to create extensible re-usable templates across all the messaging channels
{% if user_preferences.language == "French" %} Bonjour!{% elsif user_preferences.language == "English" %}Hey there!{% endif %}
{% if item.cost > 100} Thank you for your order! Here is a coupon for next purchase. DISCOUNT_CODE{% else %}{% abort %}{% endif %}
{% api_call https://catfact.ninja/fact :save result%}
{% assign today = 'now' | date: '%m%d%H%M%S' %}
{{today}}