diff --git a/app/templates/index.html b/app/templates/index.html index 4851c5b..c8aea93 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,9 +2,12 @@ {% from 'bootstrap5/table.html' import render_table %} {% block title %}Home{% endblock %} {% block content %} -

Welcome to the DataCite Data Files Service

-
Blurb here...
-

Available Data Files

+

DataCite Data Files Service

+
+This is a pilot portal for DataCite’s public data file. Read more about the data file on the DataCite support site. +For questions or feedback, contact support@datacite.org. +
+

Available Public Data Files

{{ render_table( datafiles, titles = [('name','Name'), ('description','Description'), ('size', 'Size'), ('doi', 'DOI'), ('access_button', 'Access')],