x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<section class="pk-c-podcast-block">
<div class="pk-c-podcast-block__wrapper">
<h2 class="pk-c-podcast-block__heading">Podcast</h2>
<div class="pk-c-podcast-block__primary-cta">
<h3 class="pk-c-podcast-block__primary-cta-heading">Subscribe to our Podcast</h3>
<p class="pk-c-podcast-block__primary-cta-text">Hear directly from the educators behind our articles. Listen on the move — delve a little deeper and have some fun along the way</p>
<div class="pk-c-podcast-block__primary-cta-podcast-platform-links">
<a data-event-action="click" data-event-label="YouTube" data-event-category="1746662 Podcast" href="https://youtube.com/playlist?list=PLxyaWvsfmq49s-6lJKH1sNcYAeBUizoMr&si=Zg4ge02YxCtJ5QhG"><img alt="Listen on YouTube" src="/assets/components/site/podcast_block/podcast-youtube-ea9c9626e2de5827f67dd2c3b1cd800121486e2194673fe8ea4e4c82bee301b0.svg" /></a>
<a data-event-action="click" data-event-label="Apple Podcasts" data-event-category="1746662 Podcast" href="https://podcasts.apple.com/us/podcast/hello-world/id1564031383"><img alt="Listen on Apple Podcasts" src="/assets/components/site/podcast_block/podcast-apple-02a9bcc3c0ec4a174ec176acc581eb286baa24f83c22c9c73a8eb6a6794060a1.svg" /></a>
<a data-event-action="click" data-event-label="Spotify" data-event-category="1746662 Podcast" href="https://open.spotify.com/show/1CagYUqVlkJK9zRN6yaQwG"><img alt="Listen on Spotify" src="/assets/components/site/podcast_block/podcast-spotify-9df716d3d8f439fccaa4690d6a0489a297b3b6301f53406fe9207ef4b4c084a7.svg" /></a>
<a data-event-action="click" data-event-label="Amazon Music" data-event-category="1746662 Podcast" href="https://music.amazon.com/podcasts/7954c4f7-884c-4a91-90e3-1fbd3fdc4ff3/Hello-World"><img alt="Listen on Amazon music" src="/assets/components/site/podcast_block/podcast-amazon-aaacb8ca060c8c44e6da15287dfd321b5ef642a3e6e2509838d6ec88c2b415b6.svg" /></a>
</div>
</div>
<section class="c-image-split-block c-image-split-block--image-on-left rpf-decorative-section" style="--c-image-split-block-background: #f4edf6">
<div >
<div class="c-image-split-block__container">
<div class="c-image-split-block__content">
<h2>Listen to our Podcast</h2>
<p>Cupcake ipsum dolor. Sit amet marshmallow topping cheesecake muffin. Halvah croissant candy canes bonbon candy.</p>
<a class="rpf-button rpf-button" href="https://www.buzzsprout.com/1746662">Explore all podcast episodes<span class="rpf-button__icon material-symbols-sharp">open_in_new</span></a>
</div>
<div class="c-image-split-block__image">
<img alt="Alt Text" height="400" width="800" srcset="https://static.raspberrypi.org/wallpaper/bridge.jpg 2x" src="https://static.raspberrypi.org/wallpaper/canyon.jpg" />
</div>
</div>
</div>
</section>
</div>
</section>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
c(
'site/podcast_block',
{
hide_block_title:,
hide_player_section:,
hide_episode_section:,
primary_cta_heading:,
primary_cta_text:,
youtube_podcast_link: 'https://youtube.com/playlist?list=PLxyaWvsfmq49s-6lJKH1sNcYAeBUizoMr&si=Zg4ge02YxCtJ5QhG',
amazon_music_link: 'https://music.amazon.com/podcasts/7954c4f7-884c-4a91-90e3-1fbd3fdc4ff3/Hello-World',
apple_podcasts_link: 'https://podcasts.apple.com/us/podcast/hello-world/id1564031383',
spotify_link: 'https://open.spotify.com/show/1CagYUqVlkJK9zRN6yaQwG',
secondary_cta_heading:,
secondary_cta_text: ActiveSupport::SafeBuffer.new(
secondary_cta_text
),
secondary_cta_image: {
alt: 'Alt Text',
height: 400,
width: 800,
src: random_image_src,
srcset: {
"#{random_image_src}": '2x'
}
},
secondary_cta_button: {
href: 'https://www.buzzsprout.com/1746662',
label: 'Explore all podcast episodes'
},
podcast_id: '1746662'
},
use_container: true
)
Param Description Input

Whether to hide the title

Whether to hide the player section

Whether to hide the episode

The heading for the primary call to action

The text for the primary call to action

The heading for the secondary call to action

HTML text for the secondary call to action