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.

single.html 146B

123456789
  1. {{ define "main" }}
  2. <article class="markdown">
  3. {{- .Content -}}
  4. </article>
  5. {{ end }}
  6. {{ define "toc" }}
  7. {{ partial "docs/toc" . }}
  8. {{ end }}