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

{% if isindex %} {% if article.article_order > 0 %} 【置顶】{{ article.title }} {% else %} {{ article.title }} {% endif %} {% 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 %} {% if article.show_toc %} {% get_markdown_toc article.body as toc %} 目录: {{ toc|safe }}
{% endif %}
{{ article.body|custom_markdown|escape }}
{% endif %}
{% load_article_metas article user %}