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