@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("navigation")
@include("/include/header/nav.html", {"module_id": "navigation"})
@endsection
@section("topic-path")
@include("/include/header/topicpath.html")
@endsection
@section("admin-part")
@include("/admin/action.html")
ShoppingCart拡張アプリが有効になっていません。
拡張アプリ一覧でインストールまたは有効化してください。
HOOK_ENABLEが有効になっていません。config.server.phpからHOOK_ENABLEを有効化してください。
@endsection
@section("main")
継承してメインコンテンツを設定してください
@endsection
@section("check-seo")
@include("/include/check-seo.html")
@endsection
@section(sp-global-nav)
@include("/include/header/sp-global-nav.html")
@endsection
@section("footer")
@include("/include/footer.html")
@endsection
@section("body-end")
@include("/include/body-end.html")
@endsection