{% block head_links %} {% if 'assets' in PLUGINS %} {% include '_includes/minify_css.html' with context %} {% else %} {% endif %} {% endblock head_links %} {% if CLAIM_GOOGLE %} {% include '_includes/claim_google.html' with context %} {% endif %} {% if CLAIM_BING %} {% include '_includes/claim_bing.html' with context %} {% endif %} {% if CLAIM_YANDEX %} {% include '_includes/claim_yandex.html' with context %} {% endif %} {% if article and article.author %} {% elif page and page.author %} {% else %} {% endif %} {% from '_includes/_defaults.html' import SITE_DESCRIPTION with context %} {% if SITE_DESCRIPTION %} {% endif %} {% block meta_tags_in_head %} {% from '_includes/_defaults.html' import TWITTER_USERNAME with context %} {% if TWITTER_USERNAME %} {% endif %} {% endblock meta_tags_in_head %}