13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
HTML.templatedir = .
|
|
|
|
HTML.postpostheader = \
|
|
"<div class=\"content mainContent\">\n"
|
|
|
|
HTML.prologue = \
|
|
"<div class=\"context\">\n"
|
|
|
|
HTML.footer = \
|
|
"</div>\n" \
|
|
"</div>\n"
|
|
|