@ ( title: impl View, x: i32 ) @use "SideBar.rs.html" as SideBar;

hello

@{ let x = 5; }
@(3+5) @("Hello, world! ")

@child_content()

@if self.x == 5 {

x is 5

} else if self.x == 7 {

x is not 5

} else {

x is not 5

} @for user in self.users {

@user.name

@user.email

}

@user.name

@time("2023-1:30:00Z") @time("2023-11-20T10:30:00Z").pretty() @time("2023-11-20T10:30:00Z").pretty().format("%b %d, %Y") @time("2023-11-20T10:30:00Z").date() @time("2023-11-20T10:30:00Z").time() @inline_function() @ifsb @fordfs @elseif @elsef @self.user

@self.user.name

@(self.user.email)

@self.user

} count=5 hi="hello" is_ok=true content="this is content" />