toc.html 390 B

123456789101112
  1. {{ if (.Context.Scratch.Get "TOCEnabled") }}
  2. <section class="widget archives">
  3. <div class="widget-icon">
  4. {{ partial "helper/icon" "hash" }}
  5. </div>
  6. <h2 class="widget-title section-title">{{ T "article.tableOfContents" }}</h2>
  7. <div class="widget--toc">
  8. {{ .Context.TableOfContents }}
  9. </div>
  10. </section>
  11. {{ end }}