2022-09-12 19:20:07 -07:00
|
|
|
{{ partial "head.html" . }}
|
|
|
|
{{ partial "header.html" }}
|
|
|
|
<div class="root">
|
|
|
|
<div class="content">
|
2022-10-30 19:47:39 -07:00
|
|
|
<h1 class="MUGA">
|
2022-09-12 19:20:07 -07:00
|
|
|
{{ .Title }}
|
|
|
|
</h1>
|
2022-10-30 19:47:39 -07:00
|
|
|
{{ if (eq .Section "posts") }}
|
|
|
|
{{ partial "post-info.html" . }}
|
|
|
|
{{ end }}
|
2022-09-12 19:20:07 -07:00
|
|
|
{{ .Content }}
|
2023-07-04 01:35:55 -07:00
|
|
|
<h2 id="comments">Comments</h2>
|
2022-09-12 19:20:07 -07:00
|
|
|
{{ partial "remark42.html" . }}
|
|
|
|
{{ partial "footer.html" }}
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-10-30 19:47:39 -07:00
|
|
|
<ul class="shortlist links">
|
|
|
|
{{ partial "links.html" }}
|
|
|
|
</ul>
|