🚚 Renombra region_name a region_key
This commit is contained in:
parent
e23bd0294c
commit
7b941cb02c
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