* Support for lang in URL as /fr/recipe/view/42

* Create a pages module in the frontend crate
This commit is contained in:
Greg Burri 2025-03-26 01:49:02 +01:00
parent b812525f4b
commit 418d31a127
12 changed files with 117 additions and 80 deletions

View file

@ -7,10 +7,10 @@ use rinja::Template;
// use tracing::{event, Level};
use crate::{
Result,
data::{db, model},
html_templates::*,
translation::{self, Sentence},
Result,
};
#[debug_handler]