2021-03-30 20:50:34 +00:00
|
|
|
{{ partial "header.html" . }}
|
|
|
|
|
2022-01-04 23:43:07 +00:00
|
|
|
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
2021-03-30 20:50:34 +00:00
|
|
|
<h1>{{ .Title }}</h1>
|
2022-01-04 23:43:07 +00:00
|
|
|
<h2 style="color: dimgrey">{{ .Description }}</h2>
|
2021-03-30 20:50:34 +00:00
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ partial "footer.html" . }}
|