From 2352ba6dfcf99acd7c88ac5b094004cdd2aac608 Mon Sep 17 00:00:00 2001 From: sigizmund Date: Thu, 17 Dec 2009 15:18:31 +0000 Subject: [PATCH] forgot about html_constants --- html_constants.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 html_constants.py diff --git a/html_constants.py b/html_constants.py new file mode 100644 index 00000000..c698e8f4 --- /dev/null +++ b/html_constants.py @@ -0,0 +1,17 @@ +XHTML_START = ''' + + + +${title} by ${author} + + + +
+

${title} by ${author}

+${body} + +''' + +XHTML_CHAPTER_START = '''

${chapter}

''' + +XHTML_END = ''''''