Añade composición de páginas basada en componentes

This commit is contained in:
Manuel Cillero 2022-02-13 20:11:33 +01:00
parent 0e3300dc90
commit 24e773c17b
30 changed files with 895 additions and 31 deletions

View file

@ -73,6 +73,7 @@ pub struct App {
pub name : String,
pub description : String,
pub language : String,
pub theme : String,
pub run_mode : String,
}
@ -98,6 +99,7 @@ Ajustes globales y valores predeterminados para las secciones *\[app\]* y
"app.name" => "PageTop Application",
"app.description" => "Developed with the amazing PageTop framework.",
"app.language" => "en-US",
"app.theme" => "Minimal",
// [webserver]
"webserver.bind_address" => "localhost",