X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2Fsrc%2Fmain.rs;h=6d6b09aefb34a91a39de4818f2b24d8bbe68b486;hp=a701f7260d7e13c5768fa3f8bef61c832b0db753;hb=ee48054a52b97e1d8bce3865b74462fd5c8a30d8;hpb=6cddb257250761bc3ce21693047278a89df7d732 diff --git a/backend/src/main.rs b/backend/src/main.rs index a701f72..6d6b09a 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -28,7 +28,7 @@ pub struct Request { fn main_page(query: Query) -> Result { - let main_template = MainTemplate { test: &"* test *" }; + let main_template = MainTemplate { test: &"*** test ***" }; let s = main_template.render().unwrap(); Ok(HttpResponse::Ok().content_type("text/html").body(s))