Don't call get_url from templates
Summary:
To avoid arbitrary execution of PHP code inside Smarty,
move the responsibility to call get_url() from the template
to the relevant controller code.
Differential Revision: https://devcentral.nasqueron.org/D3782