Skip to content

Instantly share code, notes, and snippets.

@svaustin66
Created December 5, 2021 23:34
Show Gist options
  • Save svaustin66/4ace20c90d3ff2e9b8044fa8680985f5 to your computer and use it in GitHub Desktop.
Save svaustin66/4ace20c90d3ff2e9b8044fa8680985f5 to your computer and use it in GitHub Desktop.
Granting Access to Content to Certain Logged in Users
{% if customer and customer.tags contains 'Your Tag' %}
Your Content
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment