@extends("/_layouts/base.html")
@section("main")
@include("/include/calendar/year.html", {"module_id": "calendar_year"})
@endsection
@section("side")
他の方法で記事を探す
@include("/include/calendar/month_side.html", {"module_id": "calendar_side"})
@include("/include/category/list_side.html", {"module_id": "category_list"})
@include("/include/tag/list_side.html", {"module_id": "tag_cloud"})
@endsection