Back to Falco

{{ .Title }}

layouts/docs/list.html

latest594 B
Original Source

{{ define "main" }}

{{ .Title }}

{{ with .Params.description }} {{ . | markdownify }} {{ end }} {{ if (and (not .Params.hide_readingtime) (.Site.Params.ui.readingtime.enable)) }} {{ partial "reading-time.html" . }} {{ end }} {{ .Content }} {{ if not .Params.hide_section_index }} {{ partial "section-index.html" . }} {{ end }} {{ $gaID := .Site.Config.Services.GoogleAnalytics.ID -}} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) $gaID) }} {{ partial "feedback.html" .Site.Params.ui.feedback }}
{{ end }} {{ partial "page-meta-lastmod.html" . }} {{ end }}