I’m trying to customize a specific template:
Admin/Customize/Text/system_messages.email_reject_bad_destination_address.text_body_template
This message is sent if someone tries to reply to the email digest. This happens in our communities, for example, if someone is really not familiar with digital technology and wishes to get in contact with us about how to use the site.
We want to make it easy for them to find their way back to the site, so I’d love to include the %{site_title} and the %{base_url} variables, but I’m getting an error:
The following interpolation key(s) are invalid: "site_title, base_url"
Is this because those variables aren’t available on this specific template? If so, why aren’t they available, as global-site wide variables on every template?
Is there anyway to link back to the site dynamically from within this template?