@use crate::Page; @(props: &Page, content: Content) @props.title // Lib.rs @if let Some(l) = props.local_css_data() {} @if props.noindex { } @if let Some(ref alt) = props.alternate { } @if let Some(ref item_name) = props.item_name { } @if let Some(ref desc) = props.item_description { } @if let Some(ref desc) = props.description { } @if let Some(ref d) = props.created { } @if let Some(ref k) = props.keywords { } @if let Some(ref url) = props.canonical { } @if props.search_meta { } @:content()