diff options
Diffstat (limited to 'adenosine-pds/templates/about.html')
-rw-r--r-- | adenosine-pds/templates/about.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/adenosine-pds/templates/about.html b/adenosine-pds/templates/about.html new file mode 100644 index 0000000..6c30c6b --- /dev/null +++ b/adenosine-pds/templates/about.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} +This about page is the kind of place one would put policies, license details, etc. + +{% endblock %} |