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:
parent
a5113e5008
commit
0df40cf71e
7 changed files with 133 additions and 135 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<div class="container" role="main">
|
||||
{{.Content}}
|
||||
</div>
|
||||
<div class="container" role="main">
|
||||
{{.Content}}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue