pub async fn index(State(data): State<Arc<AppState>>, cookie_jar: CookieJar) -> impl IntoResponse {
/// A wrapper type that we'll use to encapsulate HTML parsed by askama into valid HTML for axum to serve.
/// Allows us to convert Askama HTML templates into valid HTML for axum to serve in the response.