web/themes/beautifulhugo/layouts/index.html

14 lines
292 B
HTML
Raw Normal View History

2019-04-09 14:33:16 +00:00
{{ define "main" }}
<div role="main" class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{{ with .Content }}
<div class="well">
{{.}}
</div>
{{ end }}
</div>
</div>
{{ end }}