{% load wagtailcore_tags %}
{% 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 %} {% endif %} {% endwith %}