set window titles
This commit is contained in:
@@ -10,6 +10,10 @@ from .. import components as comps
|
||||
|
||||
|
||||
class Imprint(rio.Component):
|
||||
@rio.event.on_populate
|
||||
async def on_populate(self) -> None:
|
||||
await self.session.set_title("EZ GG e.V. - Impressum")
|
||||
|
||||
def build(self) -> rio.Component:
|
||||
return build_page(rio.Column(
|
||||
comps.NewsPost(
|
||||
|
||||
Reference in New Issue
Block a user