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

# msm:placeholder

> Плейсхолдер-разметка

`<msm:placeholder>` задаёт HTML, который можно показать до того, как лениво отрендерится фрагмент/блок.

## Типовой паттерн

```html theme={null}
<msm:fragment id="block" path="main/fragments/some-block.html" data-lazy-render="true">
  <msm:placeholder>
    <div class="skeleton">Loading…</div>
  </msm:placeholder>
</msm:fragment>
```
