| author | gawel |
| Sun Nov 02 13:59:32 2008 +0000 (22 months ago) | |
| changeset 12 | 22ef60c29549 |
| parent 11 | 3e25f17dc261 |
| child 13 | da284eb9ec4c |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/restapp/default.mako Sun Nov 02 13:59:32 2008 +0000 1.3 @@ -0,0 +1,11 @@ 1.4 +## -*- coding: utf-8 -*- 1.5 +<html> 1.6 +<head> 1.7 +<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> 1.8 +<title>${doc.title}</title> 1.9 +</head> 1.10 +<body> 1.11 +<h1>${doc.title}</h1> 1.12 +${doc.body} 1.13 +</body> 1.14 +</html>