2016-02-18 15:46:44 +01:00
|
|
|
|
|
|
|
<section class="section section-newsletter newsletter">
|
|
|
|
<div class="row row--wide">
|
|
|
|
|
|
|
|
<div class="grid grid--full grid-small--half grid--gutters grid--center">
|
|
|
|
<div class="grid__col">
|
2017-03-28 14:22:01 +02:00
|
|
|
<h1 class="newsletter__title">
|
|
|
|
{% if page.newsletter.title %}
|
|
|
|
{{ page.newsletter.title }}
|
|
|
|
{% else %}
|
|
|
|
Get updates delivered to your inbox
|
|
|
|
{% endif %}
|
|
|
|
</h1>
|
|
|
|
<p class="newsletter__text">
|
|
|
|
{% if page.newsletter.text %}
|
|
|
|
{{ page.newsletter.text }}
|
|
|
|
{% else %}
|
|
|
|
No more than one email per month. We're busy too.
|
|
|
|
{% endif %}
|
|
|
|
</p>
|
2016-02-18 15:46:44 +01:00
|
|
|
</div>
|
|
|
|
<div class="grid__col">
|
|
|
|
|
2016-02-19 17:14:53 +01:00
|
|
|
{% include form-newsletter.html %}
|
2016-02-22 12:01:51 +01:00
|
|
|
|
2016-02-18 15:46:44 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|