<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="format-detection" content="telephone=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <title>{$seoTitle??''}</title> <meta name="keywords" content="{$seoKeywords ?? ''}" /> <meta name="description" content="{$seoDescription ?? ''}" /> <link rel="stylesheet" href="__STATIC__/web/css/style.css"> <link rel="stylesheet" href="__STATIC__/web/css/base.css"> <link rel="stylesheet" href="__STATIC__/web/css/swiper-bundle.min.css"> <link rel="stylesheet" href="__STATIC__/web/css/animate.min.css"> <script type="text/javascript" src="__STATIC__/web/js/base.js"></script> <script type="text/javascript" src="__STATIC__/web/js/jquery-3.6.0.min.js"></script> <script type="text/javascript" src="__STATIC__/web/js/jquery.SuperSlide.2.1.3.js"></script> <script type="text/javascript" src="__STATIC__/web/js/swiper-bundle.min.js"></script> <script type="text/javascript" src="__STATIC__/web/js/swiper.animate1.0.3.min.js"></script> <script type="text/javascript" src="__STATIC__/web/js/wow.min.js?v=1.0"></script> <script type="text/javascript" src="__STATIC__/web/js/script.js?v=1.0"></script> </head> <body> {:widget('menu/index', ['categoryId' => $categoryId ?? 0])} <div class="layout-main-content"> {__CONTENT__} </div> {:widget('common/footer')} </body> </html>