Change the default font + other little things
This commit is contained in:
parent
dcf7523ccf
commit
3ebbe8172b
16 changed files with 48 additions and 28 deletions
|
|
@ -27,7 +27,7 @@ pub struct Request {
|
|||
|
||||
fn main_page(query: Query<Request>) -> HttpResponse {
|
||||
|
||||
let main_template = MainTemplate { test: &"*** test 2 ***" };
|
||||
let main_template = MainTemplate { test: &"*** test ***" };
|
||||
|
||||
let s = main_template.render().unwrap();
|
||||
HttpResponse::Ok().content_type("text/html").body(s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue