@extends('layout.rs.html') @section('header', self.get_header("hello")) @section('title','Home Page') @section footer {

Footer content goes here.

what is going on dude @self.hey

Footer content goes here.

@if self.my_var == "my var" {

MyVar is true

} else {

MyVar is false

}
}
@for user in &self.users {

@user.name

}
@use "Card.rs.html" as Card @* merhaba comment *@ @{ let x = 5; let y = 10; println!("{}", x + y); fn inline_function() -> String { "inline function".to_string() } } @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() @self.title @(3+5) @("Hello, world! ") @raw { @if (x > 5) { print("hey"); }

{{ message }}

Count value: {{ count }}

{{-- Buttons and event listeners --}} } @if self.title == "Hello" {

myvar is true

} else {

myvar is false

} what is this

}>

hello

world

@if true {

say something

}
@match self.card_count { 0 =>
i
, 1 => {
hell @self.card_count looo

hello world

@if self.card_count > 0 {

Count is greater than 0

} else {

Count is not greater than 0

} }, 2 =>

hel,_..loo

, _ =>

aa=>,{..a

, } @for user in &self.users {

User @user.name

User @user.age


}

Home Page

Welcome to the home page.