@extends("/_layouts/base.html")
@section("page-title")
@include("/include/parts/page-title/root-category-name.html")
@endsection
@section("main")
@include("/include/entry/body.html", {"module_id": "body_no_date"})
@endsection
@section("footer-cta")
@include("/include/parts/cta.html", {"module_id": "mf_cta_contact", "cta-section-mt": "true"})
@endsection