Blame | Last modification | View Log | RSS feed
<html> <body> {% for item in results %} {{ item['name'] }}: {{ item['price'] }}<br>\n {% end %} </body> </html>
<html>
<body>
{% for item in results %}
{{ item['name'] }}: {{ item['price'] }}<br>\n
{% end %}
</body>
</html>