aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/open_section.html
blob: 805d8026a7513e3854c73878533bbd578af04901 (plain)
1
2
3
4
5
6
7
<div class="mw7 center pa2">
  <h2 class="baskerville f2 lh-title">{{ .Title }}</h2>

  <div class="main-content lh-copy">
    {{ .Content }}
  </div>
</div>