summaryrefslogtreecommitdiff
path: root/templates/image.tt
blob: 686d4e65b5372efe50597efa3bc86fc52d6c8fc9 (plain)
1
2
3
4
5
.. image:: [% pic %]-t.jpg
   :target: [% pic %].jpg
[% IF class %]   :class: [% class %]
[% END; IF alt %]   :alt: [% alt.replace('\n',' ') %]
[% END -%]