Files
deb-python-pecan/tests/templates/jinja.html
2011-03-12 16:20:01 -05:00

12 lines
115 B
HTML

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