@extends("/_layouts/base.html")
@section("head-link")
@parent
@endsection
@section("head-js")
@parent
@endsection
@section("body-start")
@endsection
@section("page-title")
@include("/include/header/top-image.html")
@include("/include/header/page-title.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