<div class=“content-section text-center form-box”>

<h3>{{ include.heading | default: post.mailchimp-form.heading | default: site.data.mailchimp.copywriting.heading | default: "Subscribe to our newsletter" }}</h3>
{{ include.body | default: post.mailchimp-form.body_markdown | default: site.data.mailchimp.copywriting.body_markdown | default: "Ulysses — no-one else can do the things you do. Ulysses - like a bolt of thunder from the blue." | markdownify }}
{% include mailchimp-form.html %}

</div>