Add base data structures for pool matches
Some checks failed
Build Crate / build (push) Failing after 4m29s
Some checks failed
Build Crate / build (push) Failing after 4m29s
This commit is contained in:
@@ -20,8 +20,5 @@ fn head(cx: Scope) -> View<SsrNode> {
|
||||
}
|
||||
|
||||
pub fn get_template<G: Html>() -> Template<G> {
|
||||
Template::build("")
|
||||
.view(index_page)
|
||||
.head(head)
|
||||
.build()
|
||||
Template::build("").view(index_page).head(head).build()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user