@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/global/header.html") @endsection @section("page-title") @include("/include/global/page-title.html") @endsection
@section("admin-part") @include("/admin/action.html") @endsection
@section("main")

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

@endsection @section("check-seo")
@include("/include/check-seo.html")
@endsection @section("footer-cta") @include("/include/parts/cta-visual.html", {"module_id": "MF_cta_visual_global", "enable_margin_top":"true"}) @endsection @section("footer") @endsection @section("body-end") @include("/include/body-end.html") @endsection