%doc>
Return render button
Template engine: Mako
Usage:
{{% button link= [img=] [width=] %}}
where is the destination of the button, is a link to an optionma image to put inside the button, is the optional width of the button and is the text inside the button.
%doc>
% if width is UNDEFINED:
% else:
% endif
% if img is UNDEFINED:
% else:
% endif
${_args[0]}