[% dots  = template.nosubpages ? "../images" : "../images";
   file  = "images/newfeature.png";
%]
[% USE image "${file}" %]
[% ww = image.width / 80 %]
\begin{newfeature}
   \includegraphics*[width=[% ww %]cm]{[%dots%]/newfeature.png}  \textbf{New feature:}
[%- content | indent(3) -%]
\end{newfeature}
