Liquid Course for ConvertKit

Liquid Basics

Learn the fundamentals of Liquid templating language

In this section, we'll cover the fundamental concepts of Liquid that you'll need to create dynamic content in ConvertKit.

What is Liquid?

Liquid is a template language created by Shopify and used by ConvertKit to create dynamic content. It allows you to:

  • Insert dynamic content into your emails and forms
  • Create conditional logic
  • Loop through lists of items
  • Transform data using filters

Basic Syntax

Liquid uses two types of delimiters:

  • {{ }} for output
  • {% %} for logic

Output Example

Hello {{ subscriber.first_name }}!

Logic Example

{% if subscriber.tags contains "customer" %}
  Thank you for being a customer!
{% endif %}

Variables

ConvertKit provides several built-in variables you can use:

  • subscriber.first_name
  • subscriber.email
  • subscriber.tags
  • subscriber.custom_fields

Basic Operators

Liquid supports common operators:

  • == (equals)
  • != (not equals)
  • > (greater than)
  • < (less than)
  • >= (greater than or equal to)
  • <= (less than or equal to)
  • contains (check if a value exists in a list)

Practice Exercise

Try this simple exercise in your ConvertKit email:

{% if subscriber.first_name %}
  Hello {{ subscriber.first_name }}!
{% else %}
  Hello there!
{% endif %}

This will:

  1. Check if the subscriber has a first name
  2. Display a personalized greeting if they do
  3. Show a generic greeting if they don't

Next Steps

Now that you understand the basics, let's move on to ConvertKit-specific tags to learn about the special variables and features available in ConvertKit.

On this page

🚀 Early Access - 50% OFF

Give Your Visitors
the Proof They Need

ProofyBubble turns casual visitors into customers by leveraging social proof to build trust and credibility.

Buy once, yours forever
1-minute setup
Increase Conversion Rate
Get Lifetime Access

30-day money-back guarantee

Profile

"When I launched my course, ProofyBubble helped me get 100+ sales in the first month!"

Ankita Kulkarni • 13.2K YouTube Subscribers