{% macro share_links(article) %} {% if article.share_post and article.status != 'draft' %}

{% if article.share_post_intro %} {{ article.share_post_intro }} {% else %} {% from '_includes/_defaults.html' import SHARE_POST_INTRO with context %} {{ SHARE_POST_INTRO }} {% endif %} TwitterFacebookGoogle+Email

{% endif %} {% endmacro %}