Files
deb-python-pecan/tests/templates/mako.html
2010-09-28 20:00:37 -04:00

11 lines
108 B
HTML

<html>
<head>
<title>Hello, ${name}!</title>
</head>
<body>
<h1>Hello, ${name}!</h1>
</body>
</html>