1use maudit::content::markdown_entry; 2 3#[markdown_entry] 4pub struct ArticleContent { 5 pub title: String, 6 pub description: String, 7}