{% extends "base-with-sidebar.html" %} {% load authperm %} {% load crypto %} {% load staticres %} {% load htmlutils %} {% block title %} {% ifequal ctname "*" %} 全部文章 - 丘丘塔台 {% else %} 分类浏览:{{cttitle}} - 丘丘塔台 {% endifequal %} {% endblock %} {% block sidebar %} {% include "home/front.sidebar.html" %} {% endblock %} {% block content %}
{% ifperm "pichublog" "Writer" %} {% url "pichublog_postadd" as pichublog_catadd %} 新建文章 {% endifperm %}

{{FilterHTML|safe}}
{% include "common/paginator.html" %}


{% include "common/paginator.html" %}
{% endblock %}