pub const TMPL_HTML_VAR_NOTE_ERRONEOUS_CONTENT_HTML: &str = "note_erroneous_content_html";
Expand description

HTML template variable used in the error page containing a verbatim HTML rendition with hyperlinks of the erroneous note file. We could set #[cfg(feature = "viewer")], but we prefer the same config file structure independent of the enabled features.