15 lines (14 loc) · 373 B
 1{{ define "main" }}
 2{{ partial "cloud-hero.html" (upper .Section) }}
 3<div class="contact shell--narrow">
 4  <header class="contact-header">
 5    <h1 class="label">License</h1>
 6    {{ with .Description }}
 7    <p class="contact-header__desc">{{ . }}</p>
 8    {{ end }}
 9  </header>
10
11  {{ with .Content }}
12  <div class="article-content">{{ . }}</div>
13  {{ end }}
14</div>
15{{ end }}