datavzrd 2.64.0

A tool to create visual HTML reports from collections of CSV/TSV tables
1
2
3
4
const data = {{ data | safe }};
const linkouts = {{ linkouts | safe }};
const CURRENT_PAGE = {{ current_page }};
datavzrd.load();