{% extends "layout.html" %} {% block body %}

{{ this.title }}

{{ this.body }} {% for img in this.attachments.images %} {# 192 is half test.jpg's original width #} {% set t = img.thumbnail(192) %} {% set tq = img.thumbnail(192, 256, False, quality=20) %} {% endfor %} {% endblock %}