<html>
|
|
<head><title>{{ title }}</title></head>
|
|
<body>
|
|
{% for item in items %}
|
|
<p>{{ item }}</p>
|
|
{% endfor %}
|
|
</body>
|
|
</html>
|
<html>
|
|
<head><title>{{ title }}</title></head>
|
|
<body>
|
|
{% for item in items %}
|
|
<p>{{ item }}</p>
|
|
{% endfor %}
|
|
</body>
|
|
</html>
|