I want to url encode the following inside template
{{address.street}} {{address.city}} {address.state}}
is there anyway to do this on the template side and place it into an href( i prefer NOT to combine them on the server side):
<a href="http://maps.google.com/maps?daddr=<!-- OVER HERE --!>">Map It</a>
thanks!