mirror of
				https://github.com/there4/markdown-resume.git
				synced 2024-12-03 08:59:35 -05:00 
			
		
		
		
	This includes several vendor libraries: Assetic, LessPHP, Mustache, SmartyPants, Markdown
		
			
				
	
	
		
			22 lines
		
	
	
		
			267 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			267 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <meta charset="utf-8" />
 | |
| {{#reload}}
 | |
| <meta http-equiv="refresh" content="2">
 | |
| {{/reload}}
 | |
| 
 | |
| <title>{{title}}</title>
 | |
| <style type="text/css">
 | |
| {{{style}}}
 | |
| </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 
 | |
| <div class="container">
 | |
| {{{resume}}}
 | |
| </div>
 | |
| 
 | |
| </body>
 | |
| </html> |