@use crate::APPLICATION_NAME as APP; @use crate::post::Post; @(posts: Vec) Christine Dodrill's Blog https://christine.website/blog Tech, philosophy and more @APP https://github.com/Xe/site 1440 @for post in posts { @post.link @post.front_matter.title @post.link @post.date.to_rfc2822() }