{% load blog_tags %}

{% if isindex %} {{ article.title }} {% else %} {{ article.title }} {% endif %}


{% if article.type == 'a' %} {% if not isindex %} {% load_breadcrumb article %} {% endif %} {% endif %}
{% if isindex %} {{ article.body|custom_markdown|escape|truncatechars_content }}

Read more

{% else %} {{ article.body|custom_markdown }} {% endif %}
{% load_article_metas article user %}