@use super::base_html; @use crate::blog::{Blog, Post}; @(blog: &Blog, posts: Vec<&Post>) @:base_html(blog.get_blog_conf().get_title(), blog, {

@blog.get_blog_conf().get_title()

})