@use crate::blog::Post; @(posts: Vec<&Post>) Home
Archives
RSS

Posts

@for post in posts { @post.get_metadata().get_title()
}