{{ define "main" }}
{{ $.Scratch.Set "title" "" }} {{ if ne (.Param "bear") true }}🔒
{{ partial "content.html" . }} {{ else }}🔒 {{ i18n "private-note" }}
{{ end }} {{- else -}} {{ $private := .Content | findRE "private-note" }} {{ if le (len $private) 0 }} {{ partial "content.html" . }} {{ else }} {{ if.Site.IsServer }}🔒
{{ partial "content.html" .}} {{ else }}🔒 {{ i18n "private-note" }}
{{ end }} {{ end }} {{- end -}} {{/* partial "backlinks.html" . */}} {{ end }}