You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding something like this in Contentful should result to rendered page when the user is logged in.
Hello __<%= profile.firstName %> <%= profile.lastName %>__(<%= profile.handle %>)!
Some data we have for you:
- userId: <%= profile.userId %>
- Autogenerated link to profile: <a href="https://topcoder.com/members/<%= profile.handle %>"><%= profile.handle %></a>
Add support for template placeholders. It will be using https://lodash.com/docs/4.17.15#template
Adding something like this in Contentful should result to rendered page when the user is logged in.
Test URL: https://community-app.topcoder-dev.com/examples/contentful/contentblock/2JEvQENG9pSUTdZSSAAxOK
The text was updated successfully, but these errors were encountered: