Created
December 5, 2021 23:34
-
-
Save svaustin66/4ace20c90d3ff2e9b8044fa8680985f5 to your computer and use it in GitHub Desktop.
Granting Access to Content to Certain Logged in Users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% 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