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

Archives

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