Añade tema Bootsier basado en Bootstrap

This commit is contained in:
Manuel Cillero 2025-10-12 12:07:02 +02:00
parent ebf1828ea3
commit dcd3ef71f0
115 changed files with 15682 additions and 4 deletions

View file

@ -25,7 +25,6 @@ async fn homepage(request: HttpRequest) -> ResultPage<Markup, ErrorPage> {
let app = &global::SETTINGS.app.name;
Page::new(request)
.with_theme("Basic")
.with_title(L10n::l("welcome_title"))
.add_component(
Intro::new()