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
+
+Available Public Data Files
{{ render_table(
datafiles,
titles = [('name','Name'), ('description','Description'), ('size', 'Size'), ('doi', 'DOI'), ('access_button', 'Access')],