{#if subjectTemplatesDetected.length > 0}

Detected templates: {subjectTemplatesDetected.map((v) => v.name).join(', ')}

{/if}
{#if bodyTemplatesDetected.length > 0}

Detected templates: {bodyTemplatesDetected.map((v) => v.name).join(', ')}

{/if}

Tip:

Use {name} and {surname} to personalize your message. Works for both subject and body. (e.g., "Hello {name}, welcome to our event!")