Some indentation
This commit is contained in:
parent
933081348c
commit
8ba17f03e3
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
|
||||||
<!-- Main Title -->
|
|
||||||
{{ if .Title }}
|
{{ if .Title }}
|
||||||
<h1 class="main-title">{{ .Title }}</h1>
|
<h1 class="main-title">{{ .Title }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<section id="homepage-content">
|
<section id="homepage-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue