We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
perseus new
1 parent 76e2122 commit 659b911Copy full SHA for 659b911
packages/perseus-cli/src/init.rs
@@ -177,5 +177,5 @@ fn head(cx: Scope) -> View<SsrNode> {
177
}
178
179
pub fn get_template<G: Html>() -> Template<G> {
180
- Template::build("index").template(index_page).head(head)
+ Template::build("index").view(index_page).head(head).build()
181
}"#;
0 commit comments