🚚 Renombra region_name a region_key
This commit is contained in:
parent
d29de819b9
commit
95c598b988
5 changed files with 44 additions and 58 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue