```
const { Row, Column } = Section;
const { ButtonsWrapper } = Form;
<div>
  <Article>
    <p>test 1</p>
  </Article>
  <Article innerHTML={`<p>test 2</p>`} />
</div>
```
