{{- if .Password -}} {{- /* Content Encryption */ -}} {{- $content := dict "Content" .Content "Password" .Password | partial "function/content-encryption.html" -}} {{- /* Generating fixit-encryptor DOM */ -}} {{- $message := .Message | default (T "single.encryptedMessage") -}} {{- $loading := resources.Get "images/loading.svg" | minify -}} {{- $id := "fixit-decryptor-input" -}} {{- if .IsPartial -}} {{- $id = dict "Scratch" page.Scratch | partial "function/id.html" -}} {{- end -}}
decryptor loading {{- if not .IsPartial -}} {{- end -}}
{{- if .IsPartial }}
{{ end -}} {{ $content }}
{{- end -}}