mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
10 lines
218 B
HTML
10 lines
218 B
HTML
{{ define "main" }}
|
|
<div class="content-section">
|
|
<h1>{{ .Title | markdownify }}</h1>
|
|
{{ with .Content }}
|
|
<div>{{ . }}</div>
|
|
{{ end }}
|
|
</div>
|
|
{{ partial "post-list.html" .Paginator }}
|
|
{{ end }}
|