diff options
Diffstat (limited to 'project/templates/about.html')
-rw-r--r-- | project/templates/about.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/templates/about.html b/project/templates/about.html new file mode 100644 index 0000000..df4d00d --- /dev/null +++ b/project/templates/about.html @@ -0,0 +1,8 @@ + +{% extends "base.html" %} + +{% block title %}About{% endblock %} + +{% block content %} + <p>Content for about page goes here</p> +{% endblock %} |