12 lines
226 B
HTML
12 lines
226 B
HTML
|
|
{{ partial "header.html" . }}
|
||
|
|
<div class="postBody">
|
||
|
|
<div class="post">
|
||
|
|
<h1>{{ .Title }}</h1>
|
||
|
|
<div class="content">
|
||
|
|
{{ .TableOfContents }}
|
||
|
|
{{ .Content }}
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
{{ partial "footer.html" . }}
|