forked from cybrespace/pinafore
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<:Head>
 | 
						|
	<title>Home</title>
 | 
						|
</:Head>
 | 
						|
 | 
						|
<Layout page='home'>
 | 
						|
	<h1>Home page!</h1>
 | 
						|
 | 
						|
	<p>This is the home page.</p>
 | 
						|
</Layout>
 | 
						|
 | 
						|
<script>
 | 
						|
	import Layout from './_components/Layout.html';
 | 
						|
 | 
						|
	export default {
 | 
						|
		components: {
 | 
						|
			Layout
 | 
						|
		}
 | 
						|
	};
 | 
						|
</script>
 |