@extends("/_layouts/two-column.html")
@section("main-top")
%{ROOT_CATEGORY_NAME}
@endsection
@section("main-column")
%{CATEGORY_NAME}
@include("/include/tag/filter.html", {"module_id": "tag_filter"})
@include("/include/entry/summary.html", {"module_id": "summary_index"})
@endsection
@section("sub-column")
@include("/include/category/list.html", {
"module_id": "category_list",
"class": "section-margin-bottom-sm"
})
@include("/include/tag/cloud.html", {"module_id": "tag_cloud_index"})
@endsection