If you are not redirected, please click here:
{{ article.redirect_url }}
{{ article.summary }}
{{ article.title|replace(' ', ' ') }}
{% if article.subtitle %}{{ article.subtitle }}
{% endif %}{% extends "base.html" %} {# this is the actual, per article ("post") page #} {% if not article.disable_canonical_url %} {% set CANONICAL_URL = SITEURL + '/' + article.url %} s{% endif %} {% block title -%} {{ article.title | striptags | breaking_spaces }} — {{ super() }} {%- 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 OPEN_GRAPH_FB_APP_ID %} {% 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 %} {% if article.redirect_url %} {% else %} {% endif %} {% endblock %} {% block head_redirect %} {% if article.redirect_url %} {# In-content manual link is added in the article.html template #} {% endif %} {% endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %}
{% endif %} {% endblock %} {% block content %}{{ article.summary }}
{{ article.subtitle }}
{% endif %}If you are not redirected, please click here:
{{ article.redirect_url }}
Article: {{ article }}