[% INCLUDE header.tt %] [% text = request.parameters.text %]
This simple application let's you create a SVG button
[% IF text %] [% esc = text|uri ; svgurl = request.base _ 'button.svg?text=' _ esc %]Below you find the SVG button with text [% text|html %].
You can download it at $svgurl.
[% END %] [% INCLUDE footer.tt %]