Some indentation

This commit is contained in:
Eryn Wells 2021-10-10 18:42:22 -07:00
parent 933081348c
commit 8ba17f03e3

View file

@ -1,12 +1,11 @@
{{ define "main" }}
<!-- Main Title -->
{{ if .Title }}
<h1 class="main-title">{{ .Title }}</h1>
<h1 class="main-title">{{ .Title }}</h1>
{{ end }}
<section id="homepage-content">
{{ .Content }}
{{ .Content }}
</section>
{{ end }}