mirror of https://github.com/onweru/compose.git

weru
08.22.2020 16d9d3649963f2c91ccb008af67f7827c1cb980e
1
2
3
4
5
6
7
8
9
10
<div class="grid-auto">
  <div>
    {{- partial "sidebar" . }}
  </div>
  <section class="content">
    <h1>{{ .Title }}</h1>
    {{- .Content }}
    {{ partial "pager" . }}
  </section>
</div>