{% load wagtailcore_tags %} {% with theme=page.theme %}
{% block social_head_text %} {% endblock %}
{% block social_action %} {% endblock social_action %}
{% with newsletter=settings.cms.WebspaceSettings.newsletter %} {% if newsletter %} {% include 'cms/blocks/common/form.html' with form=newsletter theme=theme %} {% endif %} {% endwith %}
{% endwith %}