thrrgilag.net/themes/blackburn/layouts/_default/single.html

12 lines
190 B
HTML
Raw Normal View History

2018-11-24 21:02:48 +00:00
{{ partial "header.html" . }}
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>
<div class="content">
{{ .Content }}
</div>
{{ partial "footer.html" . }}