x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<section class="view-component-preview-component">
<div class="view-component-preview-component__container">
<section class="ap-c-newsletter" id='newsletter'>
<div class="ap-c-newsletter__container">
<img src="/assets/left-astropi-4dffcbc753419bb226b820d267ff3b127e0d334391135aa813febdda8f87616c.svg" />
<div class="ap-c-newsletter__content">
<h2>Subscribe</h2>
<p>Get the latest updates on Astro Pi direct to your inbox with our newsletter.</p>
<form data-turbo="false" action="//www3.raspberrypi.org/l/800983/2024-06-21/4tqjhx" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="JeLXoYfvOhbMGZV1WzsLJaZLK4NbJfRsZrb_xYTu_dKu_zfnZIj10xzoh_VMgbPGKXHNbE0d6KxrMq8O_FTm9g" autocomplete="off" />
<input placeholder="Your email" aria-label="Enter your email address" type="email" name="email" id="email" />
<input type="submit" name="commit" value="Subscribe" class="button" data-disable-with="Subscribe" />
</form>
</div>
<img src="/assets/right-astropi-0f22eecc744257886138d5081e9c4e1cb1426322df875145e6ed3c1134b9b0b4.svg" />
</div>
</section>
</div>
</section>
1
2
3
4
c(
'site/newsletter',
{}
)