aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/layouts/_default/single.html
blob: 2f8fc999179538ce9a8cf68010ba1f6b8a663e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
<div class="row justify-content-center">
  <div class="col-md-12 col-lg-10 col-xl-8">
    <article>
      <h1>{{ .Title }}</h1>
      {{ .Content }}
    </article>
  </div>
</div>
{{ end }}