我的标签
{% for tag in tag_list %}
{{ tag.0 }}({{ tag.1 }})
{% endfor %}
随笔分类
{% for cate in category_list %}
{{ cate.0 }}({{ cate.1 }})
{% endfor %}
随笔档案
{% for month in month_list %}
{{ month.0 }}({{ month.1 }})
{% endfor %}