{{if and .Error (not .RequirePassword)}}

❌ {{.Error}}

The link you're trying to access is no longer available.

{{else if .RequirePassword}}

🔐 Secure Text

🔑 Password Required

This content is password protected. Please enter the password to view it.

{{if .IsBlocked}}
🚫 Access Temporarily Blocked
You have exceeded the maximum number of password attempts (5).
Please try again after {{.BlockedUntil.Format "15:04:05"}}
{{else}} {{if .InvalidPassword}}
❌ {{.Error}}
{{end}}
{{if .CSRFToken}} {{end}}
{{if .AttemptsLeft}} ⚠️ Attempts remaining: {{.AttemptsLeft}}/5 {{else}} 💡 You have 5 attempts before being temporarily blocked {{end}}
{{end}}
{{else if .Push}}

� Secure Text

{{if and .Push.RequireClick (not .Revealed)}}

🛡️ Click to Reveal Content

This content is protected and requires you to click to view it.

⚠️ Note: This content will expire on {{formatTime .Push.ExpiresAt}} or after {{sub .Push.MaxViews .Push.CurrentViews}} more view(s), whichever comes first.

{{if .CSRFToken}} {{end}}
{{else}}

📝 Shared Content

{{if .Push.AutoDelete}}
{{if .CSRFToken}} {{end}}
{{end}}
{{.Text}}
{{end}}
🔒 Create New Secure Link
{{if eq .Push.CurrentViews .Push.MaxViews}}

⚠️ Maximum Views Reached

This content has reached its maximum view limit and will no longer be accessible.

{{end}} {{else}}

❌ Error

Unable to access this content.

{{end}}