@use super::super::layout_html; @use crate::app_config::AppConfig; @use crate::models::{posts::Post}; @(app_config: &AppConfig, posts: &Vec<&Post>) @:layout_html(app_config, &app_config.title, {
})