erynwells.me/layouts/resume/single.html

18 lines
282 B
HTML
Raw Normal View History

2022-09-25 07:53:07 -07:00
{{ define "header" }}
{{ partial "header.html" . }}
{{ end }}
2022-09-25 07:53:07 -07:00
{{ define "main" }}
<header class="post-title">
<h1>{{ .Title }}</h1>
</header>
2022-09-25 07:53:07 -07:00
<section class="post-content">
{{ .Content }}
</section>
{{ end }}
2022-09-25 07:53:07 -07:00
{{ define "footer" }}
{{ partial "footer.html" . }}
{{ end }}