{% block add_this %}
{# remove ADD_THIS in content, move to inner column #}
{% endblock add_this %}
{% if ADD_THIS_ID and (page_name or page or article) %}
{% endif %}
{{ article.content }}
{% if article.prev_article or article.next_article %}
Read more:
{% include "include/neighbors.html" %}
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.sidebar %}
{% endif %}
{% if SHARE_POST and article.share_post and article.status != 'draft' %}
Share on:
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.sidebar %}
{% endif %}
{% else %}
{% if ADD_THIS_ID and (page_name or page or article) %}
{% endif %}
{% if SHARE_POST and article.share_post and article.status != 'draft' %}
Share on:
{% endif %}
{{ article.content }}
{% if article.prev_article or article.next_article %}
Read more:
{% include "include/neighbors.html" %}
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article %}
{% endif %}
{% endif %}
{% if article.related_posts %}