Magento 2 offers many default email templates for the body section of the individual email message. From that, a store owner may need to load email template by template id in Magento 2 to send customers an email with a customized email template.
You can load the default or custom template using the ID and get the template text by creating an object of Helper Class and call the function.