x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="c-double-block">
<h2>
Title
</h2>
<div class="c-double-block__intro">
Sesame snaps dragée cotton candy tootsie roll. Pastry gingerbread jelly-o pastry topping cake toffee.
</div>
<div class="c-double-block__cards">
<div class="c-text-card">
<h3>Title</h3>
Sesame snaps dragée cotton candy tootsie roll. Pastry gingerbread jelly-o pastry topping cake toffee.
</div>
<div class="c-text-card">
<h3>Title</h3>
Sesame snaps dragée cotton candy tootsie roll. Pastry gingerbread jelly-o pastry topping cake toffee.
</div>
</div>
</div>
1
2
3
4
5
6
7
c(
'site/double_block',
title:,
copy:
) do |component|
2.times { component.with_text_card { component.render(text_card_preview(copy)) } }
end
Param Description Input

The title

The copy to display in the card