{} of reading, chosen overnight.
", text_escape(&issue.meta.stats_line()) ) } else { to_xhtml(&ammonia::clean(body)) }; let tpl = FrontPage { title: "From the Editor".into(), display_date: issue.meta.display_date.clone(), issue_number: issue.meta.issue_number, stats_line: issue.meta.stats_line(), body_html, }; Ok(Chapter { id: "front".into(), href: "front.xhtml".into(), title: "From the Editor".into(), xhtml: tpl.render()?, toc_level: 1, }) } /// Section names in issue order, with the reserved world section removed (§3.6). pub fn section_names(issue: &Issue) -> Vec