diff options
Diffstat (limited to 'sublab_project/templates/flatpages/default.html')
-rw-r--r-- | sublab_project/templates/flatpages/default.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sublab_project/templates/flatpages/default.html b/sublab_project/templates/flatpages/default.html new file mode 100644 index 0000000..1632bc6 --- /dev/null +++ b/sublab_project/templates/flatpages/default.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block title %}{{ flatpage.title }}{% endblock%} + +{% block content %}{{ flatpage.content }}{% endblock%} |