{% load wagtailcore_tags %} {% if audience_allowed and value.logo or audience_allowed and value.wordmark.text %} {% if link_url %}{% else %}{% endif %} {% if value.logo and not value.logo_after %}{% include_block value.logo %}{% endif %} {% if value.wordmark.text %}{% include_block value.wordmark %}{% endif %} {% if value.logo and value.logo_after %}{% include_block value.logo %}{% endif %} {% if link_url %}{% else %}{% endif %} {% endif %}