{# Craft has four predefined email keys: account_activation verify_new_email forgot_password test_email ... route to them here, or fallback to default #} {% include [ '_emails/' ~ emailKey ?? null, '_emails/default' ] %}