diff options
Diffstat (limited to 'fatcat_covid19/templates/about_de.html')
-rw-r--r-- | fatcat_covid19/templates/about_de.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/about_de.html b/fatcat_covid19/templates/about_de.html new file mode 100644 index 0000000..2dd2b5e --- /dev/null +++ b/fatcat_covid19/templates/about_de.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %}About{% endblock %} + +{% block body %} + +{# <img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> #} + +<h1></h1> + +TODO + +{% endblock %} |