@use super::statics::*;
@use super::syntax_highlight_html;
@use super::google_analytics_html;
@use crate::blog::Blog;
@(title: &str, blog: &Blog, content: Content)
@title
☗ @blog.get_blog_conf().get_title()
@:content()
@:syntax_highlight_html(blog)
@:google_analytics_html(blog)