{{define "page_share"}} {{template "guest_shell_open" dict "Title" (t "page_title") "Lang" (lang)}} {{if .NotFound}}

{{t "err_link_not_found"}}

{{t "err_bad_link"}}

{{else}}
RU EN
{{t "hero_brand"}}

{{t "hero_title"}}

{{t "hero_lead"}}

{{template "guest_flash" .}} {{if .Maintenance}}
{{htmlSafe (t "maintenance_banner")}}
{{end}}
{{if .Expired}}
{{else}} {{if .Maintenance}}
{{else if .LimitReached}}
{{t "limit_reached" "max" (printf "%d" .Link.MaxUses)}}
{{else}}
{{end}} {{end}} {{if .Bundles}}
{{end}} {{if not .Expired}}
{{end}} {{template "guest_subnav" .}}
{{template "guest_footer" .}} {{end}} {{template "guest_shell_close" .}} {{end}}