| 
									
										
										
										
											2018-01-07 13:38:12 -08:00
										 |  |  | <:Head> | 
					
						
							|  |  |  |   <title>Settings</title> | 
					
						
							|  |  |  | </:Head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <Layout page='settings'> | 
					
						
							|  |  |  |   <h1>Settings</h1> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <p>This is the 'settings' page. There's not much here.</p> | 
					
						
							|  |  |  | </Layout> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script> | 
					
						
							| 
									
										
										
										
											2018-01-07 15:11:17 -08:00
										 |  |  |   import Layout from '../_components/Layout.html'; | 
					
						
							| 
									
										
										
										
											2018-01-07 13:38:12 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  |   export default { | 
					
						
							|  |  |  |     components: { | 
					
						
							|  |  |  |       Layout | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | </script> |