pub const TMPL_HTML_VAR_NOTE_BODY_HTML: &str = "note_body_html";
Expand description

HTML template variable containing the note’s body. We could set #[cfg(feature = "viewer")], but we prefer the same config file structure independent of the enabled features.