12 lines
		
	
	
		
			321 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			321 B
		
	
	
	
		
			HTML
		
	
	
	
| {{ partial "top.html" . }}
 | |
| <h1>{{ .Title }}</h1>
 | |
| <h4>{{ ( index $.Site.Data.translations $.Site.Params.locale ).datepublished }} {{ dateFormat "01-02-2006 15:04:05" .Date }}</h4>
 | |
| {{ partial "share.html" . }}
 | |
| <article>
 | |
|     {{ .Content }}
 | |
| </article>
 | |
| 
 | |
| {{ template "_internal/disqus.html" . }}
 | |
| 
 | |
| {{ partial "bottom.html" . }}
 |