Constant tpnote_lib::config::TMPL_HTML_VAR_DOC_ERROR
source · pub const TMPL_HTML_VAR_DOC_ERROR: &str = "doc_error";Expand description
HTML template variable used in the error page containing the error message
explaining why this page could not be rendered.
We could set
#[cfg(feature = "viewer")],
but we prefer the same config file structure independent
of the enabled features.