You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

menu-contextual.html 233B

123456
  1. {{- if .Params.toc -}}
  2. <div class="bg-light-gray mb-4 pa3 nested-list-reset nested-copy-line-height nested-links">
  3. <p class="list b mb3">What's in this {{ humanize .Type }}</p>
  4. {{ .TableOfContents }}
  5. </div>
  6. {{- end -}}