@use crate::post::Post; @use super::{header_html, footer_html}; @(posts: Vec) @:header_html(Some("Gallery"), None)

Gallery

Here are links to a lot of the art I have done in the last few years.

@for post in posts {
@post.front_matter.title

Posted on @post.date.format("%Y-%m-%d")

}
@:footer_html()