| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  | 	{% seo %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> | 
					
						
							|  |  |  |     <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <body {% if page.id %}id="page-{{ page.id }}"{% endif %}> | 
					
						
							| 
									
										
										
										
											2018-01-21 18:43:28 -06:00
										 |  |  | 	<nav class="nav noprint"> | 
					
						
							|  |  |  | 	  <a class="nav-link" href="/">Introduction</a> | 
					
						
							|  |  |  | 	  <a class="nav-link" href="/web/">Web Resume</a> | 
					
						
							|  |  |  | 	  <a class="nav-link" href="/theater/">Acting Resume</a> | 
					
						
							|  |  |  | 	  <a class="nav-link" href="/contact/">Contact</a> | 
					
						
							|  |  |  | 	</nav> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-21 18:23:59 -06:00
										 |  |  | 	<section class="entry-content container-fluid"> | 
					
						
							| 
									
										
										
										
											2018-01-20 20:02:39 -06:00
										 |  |  | 	  {% if page.title %} | 
					
						
							|  |  |  | 	  <header class="entry-header"> | 
					
						
							|  |  |  | 		<h1 class="entry-title">{{ page.title }}</h1> | 
					
						
							|  |  |  | 	  </header> | 
					
						
							|  |  |  | 	  {% endif %} | 
					
						
							| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  | 	  {{ content }} | 
					
						
							|  |  |  | 	</section> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |