@use crate::post::Post; @use chrono::Utc; @(posts: Vec) https://christine.website/blog.atom Christine Dodrill's Blog @Utc::now().to_rfc3339() Christine Dodrill me@@christine.website @env!("CARGO_PKG_NAME") @for post in posts { @post.link @post.front_matter.title @post.date.to_rfc3339() }