@extends("/layouts/base.html")
@section("head-link")
@parent
@endsection
@section("head-js")
@parent
@endsection
@section("body-start")
@endsection
@section("page-title")
@include("/include/header/topImage.html")
@include("/include/header/pageTitle.html")
@endsection
@section("topic-path")
@endsection
@section("main")
@include("/include/entry/headline.html", {"module_id": "top_headline"})
@include("/include/entry/summary.html", {"module_id": "top_summary"})
@include("/include/entry/summary_image.html", {"module_id": "summary_index", "message": "一覧ページにリード文が入ります。一覧ページにリード文が入ります。"})
@include("/include/entry/body.html", {"module_id": "body_no_date"})
@endsection