14 lines
267 B
HTML
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>
|
|
|