Could we add conditional capabilities inside the code editor builder for email templates as well?
{{if {{contact.email}} LIKE '%@gohighlevel.com'}}
content for when email ends in @gohighlevel.com
{{else}}
content for when not
{{/if}}