Is it possible to call the content
helper in handlebars with a parameter that makes it assume the viewer is a member and has access? So that if I pass this parameter, content-cta.hbs
never gets called?
I want users who get the post via email be able to click and view it online, without having to log in and was thinking I could just add a URL parameter like bypass=true
.
Thanks!