{% extends "base.html" %} {% block title %}{{ article.title|striptags }} - {{ SITENAME }}{% endblock %} {% block html_lang %}{{ article.lang }}{% endblock %} {% block meta %} {% if article.author %} {% else %} {% endif %} {% if article.tags %} {% endif %} {% if article.summary %} {% endif %} {% endblock %} {% block opengraph %} {% if USE_OPEN_GRAPH %} {% if OPEN_GRAPH_FB_APP_ID %} {% endif %} {% if article.category %} {% endif %} {% for tag in article.tags %} {% endfor %} {% if article.author %} {% elif AUTHOR %} {% endif %} {% if article.og_image %} {% elif OPEN_GRAPH_IMAGE %} {% endif %} {% endif %} {% endblock %} {% block canonical_rel %} {% endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %} {% if DISPLAY_CATEGORY_IN_BREADCRUMBS %}
{% else %} {% endif %} {% endif %} {% endblock %} {% block content %}