DEBSOURCES
Skip Quicknav
sources / python-pecan / 1.5.1-6 / pecan / tests / templates / jinja.html
1234567891011
<html> <head> <title>Hello, {{name}}!</title> </head> <body> <h1>Hello, {{name}}!</h1> </body> </html>