src/pyams_content/component/paragraph/zmi/templates/illustration.pt
changeset 0 7c0001cacf8e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_content/component/paragraph/zmi/templates/illustration.pt	Thu Oct 08 13:37:29 2015 +0200
@@ -0,0 +1,6 @@
+<div class="text-center margin-y-5">
+	<img tal:define="thumbnails extension:thumbnails(context.data);
+					 target thumbnails.get_thumbnail('800x600', 'jpeg');"
+		 tal:attributes="src extension:absolute_url(target)" /><br />
+	<span tal:content="view.legend">legend</span>
+</div>