use maud::Markup; pub trait HtmlRenderable { fn to_html(&self) -> Markup; }