| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  | <!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"> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |     <link rel="stylesheet" href="__STATIC__/web/css/base.css"> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="__STATIC__/web/css/swiper-bundle.min.css"> | 
					
						
							| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  |     <link rel="stylesheet" href="__STATIC__/web/css/animate.min.css"> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |     <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> | 
					
						
							| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  |     <script type="text/javascript" src="__STATIC__/web/js/jquery.SuperSlide.2.1.3.js"></script> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |     <script type="text/javascript" src="__STATIC__/web/js/swiper-bundle.min.js"></script> | 
					
						
							| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  |     <script type="text/javascript" src="__STATIC__/web/js/swiper.animate1.0.3.min.js"></script> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |     <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> | 
					
						
							| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  | </head> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  | <body> | 
					
						
							| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  | {:widget('menu/index', ['categoryId' => $categoryId ?? 0])} | 
					
						
							| 
									
										
										
										
											2022-11-17 11:58:43 +08:00
										 |  |  | <div class="layout-main-content"> | 
					
						
							|  |  |  | 	{__CONTENT__} | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2022-10-08 17:31:39 +08:00
										 |  |  | {:widget('common/footer')} | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  | 
 |