Files
bqkc/_layouts/data.html
Nasir Anthony Montalvo efe73df1e5 final touches
2026-01-17 01:42:43 -06:00

14 lines
267 B
HTML

---
# "Data" page with table and data download options
layout: page
custom-foot: js/table-js.html
---
{% assign fields = site.data.config-table | map: 'display_name' %}
{% include data-download-modal.html %}
{{ content }}
{% include data-table.html %}
</div>