summaryrefslogtreecommitdiff
path: root/templates/figure.tt
blob: 5413caab74dc261940c15f8998df653390a8be13 (plain)
1
2
3
4
5
6
.. figure:: [% pic %]-t.jpg
   :target: [% pic %].jpg
   :class: [% IF class; class; ELSE; 'float-left'; END %]
[% IF alt %]   :alt: [% alt.replace('\n',' ') %]
[% END -%]
[% IF content; FOREACH l = content.split('\n'); "\n   " _ l; END; END %]