diff options
author | Guillaume Seguin <guillaume@segu.in> | 2008-08-11 04:36:16 +0200 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2008-08-11 04:36:16 +0200 |
commit | daa8080ff04165fe8fe80cd2f560750fff073fad (patch) | |
tree | 36f7c93964769186d6b7c66a21a84231abb7a508 /templates/main/raw_page.html | |
download | dusu_website-master.tar.gz dusu_website-master.tar.bz2 |
Diffstat (limited to 'templates/main/raw_page.html')
-rw-r--r-- | templates/main/raw_page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/main/raw_page.html b/templates/main/raw_page.html new file mode 100644 index 0000000..50e42b6 --- /dev/null +++ b/templates/main/raw_page.html @@ -0,0 +1,3 @@ +{% extends "main/simple_page.html" %} + +{% block content %}{{ content|safe }}{% endblock %} |