File: jinja_bad.html

package info (click to toggle)
python-pecan 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,332 kB
  • sloc: python: 10,431; makefile: 129; sh: 12
file content (13 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

<head>
    <title>Hello, {{name}}!</title>	
</head>

<body>
    <h1>Hello, {{name}}!</h1>
</body>
{# open a block without and name #}
{% block %}

</html>