39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
 | |
| <head>
 | |
|    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 | |
|    <title>{{ page.title }}</title>
 | |
|    <!-- syntax highlighting CSS -->
 | |
|    <link rel="stylesheet" href="/css/syntax.css" type="text/css" />
 | |
|    <!-- Homepage CSS -->
 | |
|    <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
 | |
| </head>
 | |
| <body>
 | |
|   <div class="site">
 | |
|     <div class="title">
 | |
|       <a href="/">Your Name</a>
 | |
|       <a class="extra" href="/">home</a>
 | |
|     </div>
 | |
|   
 | |
|     {{ content }}
 | |
|   
 | |
|     <div class="footer">
 | |
|       <div class="contact">
 | |
|         <p>
 | |
|           Your Name<br />
 | |
|           What You Are<br />
 | |
|           your@email.com
 | |
|         </p>
 | |
|       </div>
 | |
|       <div class="contact">
 | |
|         <p>
 | |
|           <a href="http://github.com/yourusername/">github.com/yourusername</a><br />
 | |
|           <a href="http://twitter.com/yourusername/">twitter.com/yourusername</a><br />
 | |
|         </p>
 | |
|       </div>
 | |
|     </div>
 | |
|   </div>
 | |
|   <a href="http://github.com/yourusername"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
 | |
| </body>
 | |
| </html>
 |