@section("head-meta") @include("/include/head/meta.html") @endsection @section("head-link") @include("/include/head/link.html") @endsection @section("head-js") @include("/include/head/js.html") @endsection @section("body-start") @include("/include/body_start.html") @endsection @section("header") @include("/include/header.html") @endsection @section("admin-part") @include("/admin/action.html") @endsection
@section("main")

継承してメインコンテンツを設定してください

@include("/include/check-seo.html") @endsection
@include("/include/components/offcanvas.html") @section("footer") @include("/include/footer.html") @endsection @section("body-end") @include("/include/body_end.html") @endsection