Fix template indentation

Fix indentation for templates changed in 3cec621. This is a
separate commit as it makes for diffs that are easier to read.
This commit is contained in:
Jack Taylor 2017-04-10 18:41:02 +09:00
commit 0df40cf71e
7 changed files with 133 additions and 135 deletions

View file

@ -1,6 +1,6 @@
{{ define "main" }}
<div class="container" role="main">
{{.Content}}
</div>
<div class="container" role="main">
{{.Content}}
</div>
{{ end }}