. const COPY_ALT: &str = "copy secret"; .> <. const COPY_CLASS: &str = "settings__secret-copy"; .> <. const DONE_ALT: &str = "secret copied"; .> <. const DONE_CLASS: &str = "settings__secret-copy-done"; .> <. let clipboard_data = ("secret", &secret); .> <. include!("../../components/headers/index.html"); .> <. include!("../navbar/index.html"); .>