| 
									
										
										
										
											2021-05-05 06:15:05 +08:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2023-09-18 00:35:00 +08:00
										 |  |  | <html lang="{{ $locale->htmlLang() }}"> | 
					
						
							| 
									
										
										
										
											2021-05-05 06:15:05 +08:00
										 |  |  | <head> | 
					
						
							|  |  |  |     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 
					
						
							|  |  |  |     <title>@yield('title')</title> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-07 22:27:41 +08:00
										 |  |  |     @if($cspContent ?? false) | 
					
						
							|  |  |  |         <meta http-equiv="Content-Security-Policy" content="{{ $cspContent }}"> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-09 00:56:59 +08:00
										 |  |  |     @include('exports.parts.styles', ['format' => $format, 'engine' => $engine ?? '']) | 
					
						
							|  |  |  |     @include('exports.parts.custom-head') | 
					
						
							| 
									
										
										
										
											2021-05-05 06:15:05 +08:00
										 |  |  | </head> | 
					
						
							| 
									
										
										
										
											2022-06-09 00:56:59 +08:00
										 |  |  | <body class="export export-format-{{ $format }} export-engine-{{ $engine ?? 'none' }}"> | 
					
						
							| 
									
										
										
										
											2022-08-09 20:46:52 +08:00
										 |  |  | @include('layouts.parts.export-body-start') | 
					
						
							| 
									
										
										
										
											2023-12-06 02:53:48 +08:00
										 |  |  | <div class="page-content" dir="auto"> | 
					
						
							| 
									
										
										
										
											2021-05-05 06:15:05 +08:00
										 |  |  |     @yield('content') | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2022-08-09 20:46:52 +08:00
										 |  |  | @include('layouts.parts.export-body-end') | 
					
						
							| 
									
										
										
										
											2021-05-05 06:15:05 +08:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |