fix: change project naming, create dummy sesame-vitale project
This commit is contained in:
7
crates/app/src/templates/hello.rs
Normal file
7
crates/app/src/templates/hello.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use askama::Template;
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "hello.html")]
|
||||
pub struct HelloResponse {
|
||||
pub name: String,
|
||||
}
|
Reference in New Issue
Block a user