Using the context.current_user object
Prerequisites
The current_user Object
{% if context.current_user.email contains "@siteglide.com" %}
<p>Hello Siteglider!</p>
{% endif %}Last updated
Was this helpful?
{% if context.current_user.email contains "@siteglide.com" %}
<p>Hello Siteglider!</p>
{% endif %}Last updated
Was this helpful?
Was this helpful?