aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/sources_zh.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_covid19/templates/sources_zh.html')
-rw-r--r--fatcat_covid19/templates/sources_zh.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/sources_zh.html b/fatcat_covid19/templates/sources_zh.html
new file mode 100644
index 0000000..d46ac77
--- /dev/null
+++ b/fatcat_covid19/templates/sources_zh.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block title %}{{ _("Content Sources") }}{% endblock %}
+
+{% block body %}
+
+<h1>{{ _("Sources of Content and Metadata") }}</h1>
+
+TODO
+
+{% endblock %}