mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 16:23:39 +00:00
9 lines
171 B
HTML
9 lines
171 B
HTML
{{ define "main" }}
|
|
<article class="post">
|
|
<h1>{{ .Title | markdownify }}</h1>
|
|
<div class="post-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</article>
|
|
{{ end }}
|