Add: New about layout

This commit is contained in:
Óscar M. Lage 2022-03-11 23:16:47 +01:00
parent eae84469b2
commit f10d880cf8

View File

@ -0,0 +1,13 @@
{{ define "main" }}
<main class="main wrapper">
<div class="post">
{{ .Content }}
</div>
</main>
{{ end }}