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.
@if post.front_matter.series.is_some() {Series: @post.front_matter.series.as_ref().unwrap()
} @if post.front_matter.tags.is_some() {Tags: @for tag in post.front_matter.tags.as_ref().unwrap() { @tag
}