The report is generated using a templating engine Jinja2. Shown below are all available variables which can be used in the report.
title
: Title of tha pagefilename
: Name of the fileview
: View which was used to generate the pagemodules: Dict[str, Any]
: Dictionary of modules and its variablesmenu
: List of menu items
Each Page
has an option to have a custom extra variables. Therefore, you can observe not mentioned variables like i.e: sample
, db_path
, fusion
or tooL_cutoff
.
get_id()
: converts title page into a HTML id tag (used in menu to scroll exactly on the section)include_raw()
: load custom CSS or JS. This is necessary as each file has these resources injected into the code base of the page. This way there is no need for externalassets
folder. The drawback is the final size of the file of course.