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%">
|
2024-09-07 12:55:18 +00:00
|
|
|
<h1 style="color: #065387">{{ .Site.Title }}</h1>
|
2022-01-04 23:43:07 +00:00
|
|
|
<h2 style="color: dimgrey">{{ .Site.Params.subtitle }}</h2>
|
2021-03-30 20:50:34 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
2024-09-07 12:55:18 +00:00
|
|
|
<!-- Note that the content for index.html, as a sort of list page,
|
|
|
|
will pull from content/_index.md -->
|
|
|
|
{{ .Content }}
|
2021-03-30 20:50:34 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ partial "footer.html" . }}
|