nemhugo/layouts/_default/single.html
Jack Taylor 0df40cf71e 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.
2017-04-17 12:44:50 +09:00

6 lines
95 B
HTML

{{ define "main" }}
<div class="container" role="main">
{{.Content}}
</div>
{{ end }}