pub(crate) fn render<T: Print, S: Print>( templates: &Tera, layout: &Layout, page: &Page<'_>, sidebar: S, t: T, style_files: &[StylePath]) -> String