Files
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

9 lines
204 B
HTML

{{ define "main" }}
<article class="post">
<h1>{{ .Title | markdownify }}</h1>
<div class="post-content">
<p>This is not the page you're looking for.</p>
</div>
</article>
{{ end }}