x
1
2
3
4
5
6
7
8
9
<section class="view-component-preview-component">
<div class="view-component-preview-component__container">
<section class="ap-l-section ap-c-text-block ap-c-text-block--grey">
<div class="ap-l-container ap-c-text-block__content">
<h2>This is a text block</h2>
</div>
</section>
</div>
</section>
1
2
3
4
c(
'site/text_block',
options({ background_colour: 'grey' })
)