🚚 Renombra region_name a region_key

This commit is contained in:
Manuel Cillero 2025-10-03 01:55:03 +02:00
parent 31310c1c13
commit 9af2ac39a1
5 changed files with 44 additions and 58 deletions

View file

@ -136,7 +136,9 @@ fn render_intro(page: &mut Page) -> Markup {
}
}
}
div class="intro-text" { (page.render_region("content")) }
div class="intro-text" {
(page.context().render_components_of("content"))
}
}
}
footer class="intro-footer" {