{% if most_read_articles %}

Views

    {% for a in most_read_articles %}
  • {{ a.title }} - {{ a.views }} views
  • {% endfor %}
{% endif %} {% if sidebar_categorys %}

分类目录

    {% for c in sidebar_categorys %}
  • {{ c.name }}
  • {% endfor %}
{% endif %} {% if sidebar_comments %}

近期评论

{% comment %}
    {% endcomment %}
      {% for c in sidebar_comments %}
    • {{ c.author.username }} 发表在《 {{ c.article.title }}》
    • {% endfor %}
    {% endif %} {% if recent_articles %}

    近期文章

      {% for a in recent_articles %}
    • {{ a.title }}
    • {% endfor %}
    {% endif %} {% if sidabar_links %}

    书签

      {% for l in sidabar_links %}
    • {{ l.name }}
    • {% endfor %}
    {% endif %}

    功能

    • 管理站点
    • {% if user.is_authenticated %}
    • 登出
    • {% else %}
    • 登陆 {% endif %}