Back to Materialize

{{ .Title }}

doc/user/layouts/_default/list.skill.md

123417 B
Original Source

{{- /* List/section template for Claude skill output */ -}} {{- $excludedSections := .Site.Params.excludeFromSkill | default slice -}} {{- if not (in $excludedSections .Section) -}}

{{ .Title }}

{{ if .Description }} {{ .Description }} {{ end }}

{{ .RenderShortcodes }}

{{ range .Pages }} {{- if not (in $excludedSections .Section) }}

{{ .Title }}

{{ .RenderShortcodes }} {{ end -}} {{ end }} {{- end -}}