/
Tags
Tags
With Tags you can use some programming logic inside Liquid. E.g. to show content only under certain conditions, you’d use the if
tag.
Input:
{% if site.name == "A beautiful site" %}
This is indeed one beautiful site!
{% endif %}
Output:
# This is only shown if the site's title equals 'A beautiful site'
This is indeed one beautiful site!
See the type of tags you can use in the list below:
, multiple selections available,
Related content
Objects
Objects
More like this
Filters
Filters
More like this
Content Type kind: Authentication Type
Content Type kind: Authentication Type
Read with this
Liquid introduction
Liquid introduction
More like this
Custom email theme files
Custom email theme files
Read with this
http_request
http_request
More like this