Constant tpnote_lib::config::TMPL_HTML_VAR_NOTE_JS
source · pub const TMPL_HTML_VAR_NOTE_JS: &str = "note_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.