# Sidebar Modules

Modules allow you to add dynamic modules on your store, which you can configure from within your creator panel on the [sidebar](https://creator.tebex.io/sidebar) section.

Each modules HTML is configurable in their associated `module.*.html` page (documented onwards).&#x20;

You can display the modules on your store by printing the modules variable, as seen below:

```twig
{{ modules|raw }}
```

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