<%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. <% s = "" %> % if img is not UNDEFINED: <% s += "height:49px;position:relative;padding-left:47px;padding-right:37px;" %> % endif % if width is not UNDEFINED: <% s += "width:" + width + ";" %> % endif % if img is not UNDEFINED: % endif ${_args[0]}