{{- /* Encrypted content renderer. - Renders template placeholder for post-build AES-256-GCM encryption. - Supports full-page mode and partial mode with isolated target container. @param {String} .Password - Encryption password @param {String} .Content - Plaintext content (encrypted by post-build script) @param {String} [.Message] - Custom input placeholder message @param {Boolean} [.IsPartial] - Whether current render is partial mode @param {Object} [.Page] - Current page context (required when IsPartial is true) */ -}} {{- if .Password -}} {{- /* Generating fixit-encryptor DOM */ -}} {{- $message := .Message | default (T "single.encryptedMessage") -}} {{- $id := "fixit-decryptor-input" -}} {{- if .IsPartial -}} {{- $id = dict "Page" .Page | partial "function/id.html" -}} {{- end -}}
{{- if not .IsPartial -}} {{- end -}}
{{- if .IsPartial }}
{{ end -}}
{{- end -}}