@extends("/_layouts/base.html")
@section("page-title")
@include("/include/global/page-title.html")
@include("/include/entry/local-nav.html", {"module_id": "entry_list"})
@endsection
@section("main")
@include("/include/entry/body-recruit.html", {"module_id": "body_no_date"})
@endsection
@section("footer-cta")
@include("/include/parts/cta.html", {"module_id": "cta_category","enable_margin_top": "true"})
@endsection