{{/* Shared shell for guest-facing pages: share, faq, rules, status, login, install, cabinet. Each page calls "guest_shell_open" with a dict of Title/BodyClass/Lang, writes its own content, then "guest_shell_close". */}} {{define "guest_shell_open"}} {{.Title}}
{{end}} {{define "guest_shell_close"}}
{{end}} {{define "guest_flash"}} {{if .OK}}{{end}} {{if .Error}}{{end}} {{end}} {{define "guest_lang_switch"}}
RU EN
{{end}} {{define "guest_subnav"}}
{{t "faq_link_short"}} {{t "rules_link_short"}} {{t "status_link"}}
{{end}} {{define "guest_footer"}} {{end}}