Back to Genai Toolbox

{{ .Title }}

.hugo/layouts/docs/single.html

1.1.0499 B
Original Source

{{ define "main" }}

{{ .Title }}

{{ with .Params.description }} {{ . | markdownify }} {{ end }} {{ .Content }} {{ partial "section-index.html" . }} {{ partial "pager.html" . }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.Config.Services.GoogleAnalytics.ID)) }}


{{ partial "feedback.html" . }}
{{ end }} {{ if (.Site.Params.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} {{ end }} {{ partial "page-meta-lastmod.html" . }} {{ end }}