# `Ory.Model.EmailTemplateData`

Contains the data of the email template, including the subject and body in HTML and plaintext variants

# `t`

```elixir
@type t() :: %Ory.Model.EmailTemplateData{
  body: Ory.Model.EmailTemplateDataBody.t(),
  subject: String.t()
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
