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

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