client
Last change
on this file since 32e360b was
32e360b,
checked in by Alex Dehnert <adehnert@…>, 16 years ago
|
Create remit_templates; put base template there
|
-
Property mode set to
100644
|
File size:
405 bytes
|
Rev | Line | |
---|
[32e360b] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 2 | |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
| 4 | <head> |
---|
| 5 | <title>{% block title %}TITLE{% endblock %}</title> |
---|
| 6 | |
---|
| 7 | <link rel="stylesheet" type="text/css" href="/media/style/style.css" /> |
---|
| 8 | |
---|
| 9 | </head> |
---|
| 10 | <body> |
---|
| 11 | {% block content %}{% endblock %} |
---|
| 12 | </body> |
---|
| 13 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.