| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2019-08-19 01:57:35 +08:00
										 |  |  | <html lang="{{ config('app.lang') }}"> | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | <head> | 
					
						
							|  |  |  |     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 
					
						
							|  |  |  |     <title>{{ $page->name }}</title> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <style> | 
					
						
							| 
									
										
										
										
											2017-02-27 05:39:15 +08:00
										 |  |  |         @if (!app()->environment('testing')) | 
					
						
							| 
									
										
										
										
											2018-03-18 01:12:01 +08:00
										 |  |  |         {!! file_get_contents(public_path('/dist/export-styles.css')) !!} | 
					
						
							| 
									
										
										
										
											2017-02-27 05:39:15 +08:00
										 |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  |     </style> | 
					
						
							|  |  |  |     @yield('head') | 
					
						
							| 
									
										
										
										
											2018-09-22 18:53:40 +08:00
										 |  |  |     @include('partials.custom-head') | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | <div id="page-show"> | 
					
						
							|  |  |  |     <div class="page-content"> | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |         @include('pages.page-display') | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |         <hr> | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |         <div class="text-muted text-small"> | 
					
						
							|  |  |  |             @include('partials.entity-export-meta', ['entity' => $page]) | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |