# module.textbox.html

The textbox module allows a store owner to define a module with arbitrary text.

| Variables       | Type   | Description                        |
| --------------- | ------ | ---------------------------------- |
| `module.header` | string | The header of the module.          |
| `module.text`   | string | The content of the textbox module. |

{% hint style="info" %}
Please ensure to use the `raw` [filter](https://docs.tebex.io/developers/templates/twig/filters) on the `module.text` variable as it contains HTML and will be automatically escaped by TWIG if not used.
{% endhint %}

### Request Variable

If you'd like access to a variable that is not currently available, [please let us know.](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1)
