♻️ refactor(maud): rewrite the frontend code with maud html framework (#302)
This commit is contained in:
parent
beb5e6012a
commit
0ec89146c8
32 changed files with 527 additions and 317 deletions
7
src/templates/views/mod.rs
Normal file
7
src/templates/views/mod.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
//!
|
||||
|
||||
pub mod about;
|
||||
pub mod index;
|
||||
pub mod not_found;
|
||||
pub mod settings;
|
||||
pub mod search;
|
Loading…
Add table
Add a link
Reference in a new issue