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