@use super::base_html; @use crate::db::artworks::Artwork; @(artworks: Vec) @:base_html({ title: artist handle: url source: description: post artwork @for artwork in artworks { @if let Some(title) = artwork.title { @title } @for file in artwork.files { } } log out })