{% 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 %}
{% endif %}
{% endblock content %}
{% block script %}
{{ super() }}
{% include 'disqus_script_count.html' %}
{% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}
{% endif %}
{% endblock script %}