[% dots  = template.nosubpages ? "../images" : "../../images";
   file  = "${dots}/${this}";
%]
[% USE image "${rootdir}/images/${this}" %]
[% ww    = image.width;
%]
[% FILTER html_para %]<a class=floatleft href="[% file %]" target=_blank><img border=0 src="[% file %]" [% " " IF title %] alt="[% this %]"></a>
[%- content -%]
[% END %]
