{{/* Table of Contents (TOC) partial Checks if TOC should be enabled, then renders it if needed */}} {{/* Determine if TOC should be enabled */}} {{ $enable_toc := false }} {{ $page_toc := default true .Params.toc }} {{/* 如果 .Params.toc 不存在,默认 true */}} {{ if and site.Params.toc $page_toc }} {{ if or (findRE " {{ end }}