mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
11 lines
No EOL
264 B
HTML
11 lines
No EOL
264 B
HTML
{{ define "main" }}
|
|
{{ partial "header.html" . }}
|
|
<!-- content -->
|
|
<main class="h-entry">
|
|
{{ .Scratch.Set "beforeDateString" "Published on "}}
|
|
{{ partial "date.html" . }}
|
|
<div class="e-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</main>
|
|
{{ end }} |