pub const TMPL_HTML_VAR_VIEWER_DOC_JS: &str = "viewer_doc_js";
Expand description

HTML template variable containing the automatically generated JavaScript code to be included in the HTML rendition. We could set #[cfg(feature = "viewer")], but we prefer the same config file structure independent of the enabled features.