Back to Buildpacks

{{ .Title | markdownify }}

themes/buildpacks/layouts/partials/docs.html

latest457 B
Original Source

{{ partial "support.html" . }}

{{ .Title | markdownify }}

{{ .Content }} {{ if .Params.include_summaries }} {{- $titleOnlyAfterDepth := (int .Params.summaries_titles_only_after_depth | default 1) -}} {{- $maxDepth := (int .Params.summaries_max_depth | default 2) -}} {{- template "subsection-summary" dict "currentSection" . "depth" 0 "titleOnlyAfterDepth" $titleOnlyAfterDepth "maxDepth" $maxDepth -}} {{ end }} {{ partial "footline.html" . }}