How do I incorporate variable field data into a custom block?
For example, I want to create a page as a welcome page for signed in users that greets them by name and displays additional personalized information.
example layout
------------------------------------------------------
Welcome back [first_name],
Your status of your account as a [subscription_name] customer is [subscription_status]. The following items are covered by your subscription:
Computer 1: [custom field 1]
Computer 2: [custom field 2]
etc.
-----------------------------------
This is keeping us from being able to launch our site live. Any insight would be greatly appreciated.