//= template/common/header.html //= template/menu-list-catalog/index.html //= template/breadcrumb/index.html <div class="wrapper" style="align-items: center; display: flex; flex-direction: column"> <!--slider-ba--> <div class="slider-ba"> <ul class="slider-ba__list swiper-wrapper"> <li class="slider-ba__item swiper-slide"> <a href="#"> <img src="img/banner1.jpg"> </a> </li> <li class="slider-ba__item swiper-slide"> <a href="#"> <img src="img/banner2.jpg"> </a> </li> </ul> <div class="swiper-pagination-ban"></div> </div> </div> //= template/menu-list-bottom/index.html //= template/link-list-red/index.html //= template/common/footer.html