{% load blog_tags %} {% load cache %}

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


{% if article.type == 'a' %} {% if not isindex %} {% cache 36000 breadcrumb article.pk %} {% load_breadcrumb article %} {% endcache %} {% endif %} {% endif %}
{% if isindex %} {{ article.body|custom_markdown|escape|truncatechars_content }}

Read more

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