Hey guys! Currently, there's no standard way of retrieving the absolute URL to an asset. This would be useful when generating asset paths in a template for an email. Would be cool a function like: ``` twig {{ asset_url('images/foo.jpg') }} ``` The current solution is not pratical and breaks when using CDN. Thanks, Marcos