@use crate::blog::Blog; @(blog: &Blog) @if let Some(syntax_highlight) = blog.get_blog_conf().get_syntax_highlight() { @if syntax_highlight { } }