···6262#[include = "*.hbs"]
6363struct HtmlTemplates;
64646565+#[derive(RustEmbed)]
6666+#[folder = "static"]
6767+pub struct StaticFiles;
6868+6569/// Mostly the env variables that are used in the app
6670#[derive(Clone, Debug)]
6771pub struct AppConfig {