{{- $staticman := ( partialCached "comments/staticman/GetStaticmanYML" . ) -}} {{- $config := .Site.Params.comments.staticman -}} {{- $apiEndpoint := $config.apiEndpoint -}} {{- $username := $config.github.username | default $config.username -}} {{- $repo := $config.github.repository | default $config.repository -}} {{- $_branch := $config.github.branch | default $config.branch -}} {{- $branch := $_branch | default $staticman.comments.branch -}} {{- $api := ( print $apiEndpoint "/" $username "/" $repo "/" $branch ) -}} {{- $reCaptcha := $staticman.comments.reCaptcha | default ( dict "enabled" false ) -}}
{{- i18n "leaveAComment" -}}