x
1
2
3
4
5
6
7
8
9
<div class="ui-subtitle">
<div class="ui-subtitle__container">
<h2 class="ui-subtitle__title">Hear from the Community</h2>
<p class="ui-subtitle__text">Meet the next generation of digital makers who are using technology to shape the world around them, and the educators who are teaching them.</p>
<div class="ui-subtitle__links">
<a class="rpf-button" href="/stories">Watch our Community Stories</a>
</div>
</div>
</div>
1
2
3
4
5
6
7
8
9
link = primary_cta ? { href:, label: } : nil
secondary_link = secondary_cta ? { href: secondary_href, label: secondary_label } : nil
c('ui/subtitle', {
title:,
text:,
link:,
secondary_link:
})
Param Description Input

The heading

Optional text

Whether to show the primary CTA

The link href

The link label

Whether to show the secondary CTA

The secondary CTA href

The secondary CTA label