If you have an HTML-format report using Bootstrap, you can include this standard header at the top of your page. To use it:
- Add this repo as a submodule of your report repo:
git submodule add https://github.com/AgoraNomic/Header.git
- As part of whatever script you use to generate the HTML report, include the content of
Header/header.html
in your report. - To highlight the correct section, replace
__ACTIVE_XXX__
(whereXXX
is the name of your repository, in all caps) withactive
in your script.