@use super::{header_html, footer_html};
@use crate::{post::Post, tmpl::nag};
@(post: Post, body: impl ToHtml, referer: Option This post was written live on Twitch. You can check out the stream recording on Twitch here and on YouTube here. This article was posted on @post.detri(). Facts and circumstances may have changed since publication. Please contact me before jumping to conclusions if something seems wrong or unclear. Series: @post.front_matter.series.as_ref().unwrap() Tags: @for tag in post.front_matter.tags.as_ref().unwrap() { This post was WebMentioned at the following URLs:
@post.front_matter.title
@Html(nag::prerelease(&post).0)
A @post.read_time_estimate_minutes minute read.
@body
@if post.front_matter.vod.is_some() {
@tag
}
@for mention in post.mentions {
This post was not WebMentioned yet. You could be the first!
}The art for Mara was drawn by Selicre.
The art for Cadey was drawn by ArtZora Studios.
@:footer_html()