{% extends '../layout.html' %} {% block title -%} {{page.title}} - {{options.title}} {%- endblock %} {% block content %} 分类 {% for cate in categories %} {{cate.name}}({{cate.count}}) {% endfor %} {% endblock %}