2022-09-07 09:49:18 +01:00
|
|
|
{{/* Add `layouts/partials/newsletter_sub_form.html` in your own code to customize the form */}}
|
|
|
|
|
2023-01-19 10:59:49 +00:00
|
|
|
<div class="subscribe-form">
|
2023-01-26 16:33:09 +00:00
|
|
|
<form
|
|
|
|
action=""
|
|
|
|
>
|
|
|
|
<div class="input-group">
|
|
|
|
<input type="text" name="email" placeholder="Your email address">
|
|
|
|
|
2023-01-26 16:50:53 +00:00
|
|
|
<button type="submit">Subscribe</span></button>
|
2023-01-26 16:33:09 +00:00
|
|
|
</div>
|
|
|
|
|
2022-09-07 09:49:18 +01:00
|
|
|
</form>
|
|
|
|
</div>
|