mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
9 lines
174 B
HTML
9 lines
174 B
HTML
{{ define "main" }}
|
|
<div class="content-section">
|
|
<h1>{{ .Title | markdownify }}</h1>
|
|
{{ with .Content }}
|
|
<div>{{ . }}</div>
|
|
{{ end }}
|
|
</div>
|
|
{{ end }}
|