add index

This commit is contained in:
Amolith 2021-09-23 01:44:15 -04:00
parent 0cd9fc4359
commit f51196aa66
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!--
SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
SPDX-License-Identifier: BSD-3-Clause
-->
{{define "main" }}
<div class="wrapper">
<article>
<div class="content">
{{ .Content | safeHTML }}
</div>
</article>
</div>
{{ end }}