Below are the variables documented for the newsletter-subscription.html page used to subscribe and unsubscribe from newsletter lists.
In addition to these, you can also use the variables common to all pages.
Allows subscribing or unsubscribing from newsletter lists.
var (
// Button to save the selected choices.
buttonSave html
// Page content.
content html
// Page image.
image AlignedImage
// Newsletter lists.
newsletterLists []NewsletterList
// Confirmation message.
statusMessage html
)