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