{% if article.use_schema_org %}
{% if article.social_image %}
{% elif SOCIAL_IMAGE %}
{% endif %}
{% endif %}
{% if article.use_open_graph %}
{% if article.social_image %}
{% elif SOCIAL_IMAGE %}
{% endif %}
{% endif %}
{% if article.use_twitter_card %}
{% if article.twitter_site %}
{% else %}
{% endif %}
{% if article.twitter_creator %}
{% endif %}
{% if article.social_image %}
{% elif SOCIAL_IMAGE %}
{% endif %}
{% endif %}