| 
									
										
										
										
											2017-06-16 04:06:16 +00:00
										 |  |  | {{ partial "header.html" . }} | 
					
						
							|  |  |  | <div class="article-meta"> | 
					
						
							|  |  |  | <h1><span class="title">{{ .Title }}</span></h1> | 
					
						
							|  |  |  | {{ with .Params.author }}<h2 class="author">{{ . }}</h2>{{ end }} | 
					
						
							| 
									
										
										
										
											2017-06-19 19:51:07 +00:00
										 |  |  | {{ if .Params.date }}<h2 class="date">{{ .Date.Format "2006/01/02" }}</h2>{{ end }} | 
					
						
							| 
									
										
										
										
											2017-06-16 04:06:16 +00:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <main> | 
					
						
							|  |  |  | {{ .Content }} | 
					
						
							|  |  |  | </main> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {{ partial "footer.html" . }} |