aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
blob: d51b1ad204f3c03a03cf870332a0b9d7b4806abe (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}
<div class="section" id="section-1">
  <div class="section-child">
    {{- partial "index_nav.html" . -}}

    <div class="my-intro">
      {{ .Content }}
    </div>
  </div>
</div>
{{ end }}