@extends("/_layouts/base.html") @section("page-title") @include("/include/parts/page-title/global-search-results.html") @include("/include/parts/page-title/root-category-name.html") @include("/include/parts/page-title/blog-name.html") @endsection @section("main")
@include("/include/tag/filter.html")

%{CATEGORY_NAME}

%{DATE_YEAR}年%{DATE_MONTH}月%{DATE_DAY}日

@include("/include/parts/search-general.html", {"search-id":"heading"})
@include("/include/entry/summary-list.html",{"module_id": "summary_date"})
@endsection