@use super::statics::*;
@use super::syntax_highlight_html;
@use super::google_analytics_html;
@use crate::app_config::AppConfig;
@(app_config: &AppConfig, title: &str, content: Content)
@title
☗ @app_config.title
@:content()
@:syntax_highlight_html(app_config)
@:google_analytics_html(app_config)