10 lines
161 B
HTML
10 lines
161 B
HTML
|
<div class="post-content">
|
||
|
{{ if .Params.toc }}
|
||
|
|
||
|
<h2>Table Of Contents</h2>
|
||
|
{{ .Page.TableOfContents }}
|
||
|
|
||
|
{{ end }}
|
||
|
|
||
|
{{ .Content }}
|
||
|
</div>
|