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