{% set day = page.date.strftime('%d')|int %}
{% endif %}
{% if page.modified %}
Last Updated
{{ page.modified }}
{% endif %}
{% if MAILCHIMP_FORM_ACTION %}
{% if not EMAIL_SUBSCRIPTION_LABEL %}
{% set EMAIL_SUBSCRIPTION_LABEL='Email Newsletter' %}
{% endif %}
{% if not SUBSCRIBE_BUTTON_TITLE %}
{% set SUBSCRIBE_BUTTON_TITLE='Subscribe' %}
{% endif %}
{% if not EMAIL_PLACEHOLDER %}
{% set EMAIL_PLACEHOLDER ='email address' %}
{% endif %}