> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pureclarity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HTML Model

> Model available for use in the Templates, and also returned by PureClarity in server-side requests

Model available for use in the Templates, and also returned by PureClarity in server-side requests

## Properties

<ParamField body="html" type="string">
  The raw HTML
</ParamField>

<ParamField body="type" type="string">
  set to html
</ParamField>

## Example

```json theme={null}
{
  "html": "<div class='custom-content'><h2>Special Offer</h2><p>Get 20% off your next purchase!</p><button>Shop Now</button></div>",
  "type": "html"
}
```
